Skip to content

Commit

Permalink
Merge pull request #2811 from crazy-max/update-buildkit
Browse files Browse the repository at this point in the history
dockerfile: update buildkit to v0.17.2
  • Loading branch information
tonistiigi authored Nov 25, 2024
2 parents 42f7898 + 6082278 commit d612139
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 @@ -54,7 +54,7 @@ jobs:
- master
- latest
- buildx-stable-1
- v0.17.0
- v0.17.2
- v0.16.0
- v0.15.2
worker:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG DOCKER_VERSION_ALT_26=26.1.3
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
ARG GOTESTSUM_VERSION=v1.12.0
ARG REGISTRY_VERSION=2.8.3
ARG BUILDKIT_VERSION=v0.17.1
ARG BUILDKIT_VERSION=v0.17.2
ARG UNDOCK_VERSION=0.8.0

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

0 comments on commit d612139

Please sign in to comment.