Skip to content

Commit c48ccde

Browse files
authored
Merge pull request #3262 from crazy-max/buildkit-0.23.1
dockerfile: update buildkit to 0.23.1
2 parents 22f776f + 8da4f0f commit c48ccde

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

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

0 commit comments

Comments
 (0)