Merge pull request #2811 from crazy-max/update-buildkit

dockerfile: update buildkit to v0.17.2
This commit is contained in:
Tõnis Tiigi 2024-11-25 10:11:09 -08:00 committed by GitHub
commit d612139b19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ jobs:
- master
- latest
- buildx-stable-1
- v0.17.0
- v0.17.2
- v0.16.0
- v0.15.2
worker:

View File

@ -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