Skip to content

Commit

Permalink
Merge pull request docker#2515 from crazy-max/bump-buildkit
Browse files Browse the repository at this point in the history
testing: update buildkit to 0.14.0
  • Loading branch information
crazy-max authored Jun 11, 2024
2 parents 29c8107 + ee3baa5 commit fb13024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- master
- latest
- buildx-stable-1
- v0.14.0
- v0.13.1
- v0.12.5
- v0.11.6
worker:
- docker-container
- remote
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG XX_VERSION=1.4.0
ARG DOCKER_VERSION=26.0.0
ARG GOTESTSUM_VERSION=v1.9.0
ARG REGISTRY_VERSION=2.8.0
ARG BUILDKIT_VERSION=v0.13.1
ARG BUILDKIT_VERSION=v0.14.0
ARG UNDOCK_VERSION=0.7.0

FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
Expand Down

0 comments on commit fb13024

Please sign in to comment.