Skip to content

Commit 51bed6f

Browse files
authored
Merge pull request #3445 from jsternberg/buildkit-ref-update
ci: update buildkit ref for ci
2 parents 6430db9 + b47488a commit 51bed6f

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.25.0
5758
- v0.24.0
5859
- v0.23.2
59-
- v0.22.0
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.24.0
14+
ARG BUILDKIT_VERSION=v0.25.0
1515
ARG COMPOSE_VERSION=v2.39.1
1616
ARG UNDOCK_VERSION=0.9.0
1717

0 commit comments

Comments
 (0)