Skip to content

Commit

Permalink
Merge pull request docker#2838 from tonistiigi/update-test-buildkit
Browse files Browse the repository at this point in the history
update buildkit used for tests
  • Loading branch information
crazy-max authored Dec 4, 2024
2 parents d6d713a + 6810a7c commit 95e77da
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,9 +54,9 @@ jobs:
- master
- latest
- buildx-stable-1
- v0.18.1
- v0.17.2
- v0.16.0
- v0.15.2
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 @@ -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.2
ARG BUILDKIT_VERSION=v0.18.1
ARG UNDOCK_VERSION=0.8.0

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

0 comments on commit 95e77da

Please sign in to comment.