Merge pull request #310 from crazy-max/bump-buildx

dockerfile: bump buildx to 0.14.0 and docker to 26.0.2
This commit is contained in:
Tõnis Tiigi
2024-04-22 10:06:15 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

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

View File

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