We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad18ffc + 7516064 commit 80c16bcCopy full SHA for 80c16bc
.github/workflows/build.yml
@@ -54,9 +54,9 @@ jobs:
54
- master
55
- latest
56
- buildx-stable-1
57
+ - v0.20.0
58
- v0.19.0
59
- v0.18.2
- - v0.17.2
60
worker:
61
- docker-container
62
- remote
Dockerfile
@@ -10,7 +10,7 @@ ARG DOCKER_VERSION_ALT_26=26.1.3
10
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
11
ARG GOTESTSUM_VERSION=v1.12.0
12
ARG REGISTRY_VERSION=2.8.3
13
-ARG BUILDKIT_VERSION=v0.19.0
+ARG BUILDKIT_VERSION=v0.20.0
14
ARG UNDOCK_VERSION=0.9.0
15
16
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
0 commit comments