Skip to content

Commit 80c16bc

Browse files
authored
Merge pull request #3013 from jsternberg/buildkit-bump
ci: update buildkit to 0.20.0
2 parents ad18ffc + 7516064 commit 80c16bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- master
5555
- latest
5656
- buildx-stable-1
57+
- v0.20.0
5758
- v0.19.0
5859
- v0.18.2
59-
- v0.17.2
6060
worker:
6161
- docker-container
6262
- remote

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG DOCKER_VERSION_ALT_26=26.1.3
1010
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
1111
ARG GOTESTSUM_VERSION=v1.12.0
1212
ARG REGISTRY_VERSION=2.8.3
13-
ARG BUILDKIT_VERSION=v0.19.0
13+
ARG BUILDKIT_VERSION=v0.20.0
1414
ARG UNDOCK_VERSION=0.9.0
1515

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

0 commit comments

Comments
 (0)