Skip to content

Commit a6a9671

Browse files
committed
update buildkit to 0.27.0
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 4237a69 commit a6a9671

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ on:
143143

144144
env:
145145
BUILDX_VERSION: "v0.31.0"
146-
BUILDKIT_IMAGE: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89" # TODO: pin to a specific version when signed gha cache feature is available
146+
BUILDKIT_IMAGE: "moby/buildkit:v0.27.0"
147147
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0"
148148
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.0.4-56"
149149
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.74.0"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ on:
150150

151151
env:
152152
BUILDX_VERSION: "v0.31.0"
153-
BUILDKIT_IMAGE: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89" # TODO: pin to a specific version when signed gha cache feature is available
153+
BUILDKIT_IMAGE: "moby/buildkit:v0.27.0"
154154
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0"
155155
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.0.4-56"
156156
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.74.0"

0 commit comments

Comments
 (0)