Skip to content

Commit 6cd9fef

Browse files
committed
dockerfile: update buildkit to 0.20.1
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent e23695d commit 6cd9fef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- master
5555
- latest
5656
- buildx-stable-1
57-
- v0.20.0
57+
- v0.20.1
5858
- v0.19.0
5959
- v0.18.2
6060
worker:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG DOCKER_VERSION_ALT_26=26.1.3
1111
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
1212
ARG GOTESTSUM_VERSION=v1.12.0
1313
ARG REGISTRY_VERSION=2.8.3
14-
ARG BUILDKIT_VERSION=v0.20.0
14+
ARG BUILDKIT_VERSION=v0.20.1
1515
ARG UNDOCK_VERSION=0.9.0
1616

1717
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx

0 commit comments

Comments
 (0)