We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18041a5 + 3c2dece commit d09eb75Copy full SHA for d09eb75
.github/workflows/build.yml
@@ -54,9 +54,9 @@ jobs:
54
- master
55
- latest
56
- buildx-stable-1
57
+ - v0.23.0
58
- v0.22.0
59
- v0.21.1
- - v0.20.2
60
worker:
61
- docker-container
62
- remote
Dockerfile
@@ -11,7 +11,7 @@ ARG DOCKER_VERSION_ALT_26=26.1.3
11
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
12
ARG GOTESTSUM_VERSION=v1.12.0
13
ARG REGISTRY_VERSION=3.0.0
14
-ARG BUILDKIT_VERSION=v0.22.0
+ARG BUILDKIT_VERSION=v0.23.0
15
ARG UNDOCK_VERSION=0.9.0
16
17
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
0 commit comments