dockerfile: bump buildx to 0.14.0 and docker to 26.0.2

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-04-22 17:01:31 +02:00
parent d44748420a
commit 045a9c213c
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ on:
env:
NODE_VERSION: "20"
BUILDX_VERSION: "v0.14.0-rc1"
BUILDX_VERSION: "v0.14.0"
jobs:
test:

View File

@ -15,8 +15,8 @@
# limitations under the License.
ARG NODE_VERSION=20
ARG DOCKER_VERSION=26.0.0
ARG BUILDX_VERSION=0.14.0-rc1
ARG DOCKER_VERSION=26.0.2
ARG BUILDX_VERSION=0.14.0
FROM node:${NODE_VERSION}-alpine AS base
RUN apk add --no-cache cpio findutils git