Skip to content

Commit d09eb75

Browse files
authored
Merge pull request #3256 from jsternberg/buildkit-bump
dockerfile: update buildkit to 0.23.0
2 parents 18041a5 + 3c2dece commit d09eb75

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,9 +54,9 @@ jobs:
5454
- master
5555
- latest
5656
- buildx-stable-1
57+
- v0.23.0
5758
- v0.22.0
5859
- v0.21.1
59-
- v0.20.2
6060
worker:
6161
- docker-container
6262
- remote

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=3.0.0
14-
ARG BUILDKIT_VERSION=v0.22.0
14+
ARG BUILDKIT_VERSION=v0.23.0
1515
ARG UNDOCK_VERSION=0.9.0
1616

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

0 commit comments

Comments
 (0)