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