Skip to content

Commit 191d050

Browse files
authored
Merge pull request #3578 from crazy-max/buildkit-0.26.3
dockerfile: update buildkit to v0.26.3
2 parents 2bcb098 + 0c94146 commit 191d050

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.26.2
57+
- v0.26.3
5858
- v0.25.2
5959
- v0.24.0
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_27=27.5.1
1111
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
1212
ARG GOTESTSUM_VERSION=v1.13.0
1313
ARG REGISTRY_VERSION=3.0.0
14-
ARG BUILDKIT_VERSION=v0.26.2
14+
ARG BUILDKIT_VERSION=v0.26.3
1515
ARG COMPOSE_VERSION=v2.39.1
1616
ARG UNDOCK_VERSION=0.9.0
1717

0 commit comments

Comments
 (0)