Skip to content

Commit

Permalink
Merge pull request #601 from thompson-shaun/bump-buildkit-buildx
Browse files Browse the repository at this point in the history
update buildkit to v0.20.0 and buildx to v0.21.0
  • Loading branch information
crazy-max authored Feb 20, 2025
2 parents d6de381 + 3b8fc6d commit a665477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
NODE_VERSION: "20"
BUILDX_VERSION: "edge"
BUILDKIT_IMAGE: "moby/buildkit:v0.19.0"
BUILDKIT_IMAGE: "moby/buildkit:v0.20.0"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ARG NODE_VERSION=20
ARG DOCKER_VERSION=27.2.1
ARG BUILDX_VERSION=0.20.1
ARG BUILDX_VERSION=0.21.0
ARG COMPOSE_VERSION=2.32.4
ARG UNDOCK_VERSION=0.8.0

Expand Down

0 comments on commit a665477

Please sign in to comment.