Merge pull request #443 from crazy-max/update-buildx

update buildx, buildkit and docker to latest stable
This commit is contained in:
Tõnis Tiigi 2024-09-13 09:06:29 -07:00 committed by GitHub
commit 49c5ada43e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -15,8 +15,8 @@ on:
env:
NODE_VERSION: "20"
BUILDX_VERSION: "v0.16.2"
BUILDKIT_IMAGE: "moby/buildkit:v0.15.1"
BUILDX_VERSION: "v0.17.1"
BUILDKIT_IMAGE: "moby/buildkit:v0.16.0"
jobs:
test:

View File

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