dockerfile: update buildkit to v0.17.1

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-11-01 11:48:07 +01:00
parent bcac44f658
commit b03d8c52e1
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
2 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ jobs:
- master - master
- latest - latest
- buildx-stable-1 - buildx-stable-1
- v0.17.0
- v0.16.0
- v0.15.2 - v0.15.2
- v0.14.1
- v0.13.2
worker: worker:
- docker-container - docker-container
- remote - remote

View File

@ -8,7 +8,7 @@ ARG DOCKER_VERSION=27.2.1
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION} ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
ARG GOTESTSUM_VERSION=v1.9.0 ARG GOTESTSUM_VERSION=v1.9.0
ARG REGISTRY_VERSION=2.8.0 ARG REGISTRY_VERSION=2.8.0
ARG BUILDKIT_VERSION=v0.16.0 ARG BUILDKIT_VERSION=v0.17.1
ARG UNDOCK_VERSION=0.7.0 ARG UNDOCK_VERSION=0.7.0
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx