Skip to content

Commit 7f4930e

Browse files
authored
Merge pull request #268 from docker/deps/buildx-version
chore(deps): update Buildx version to v0.36.0
2 parents e4a5853 + 878ea9b commit 7f4930e

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
@@ -170,7 +170,7 @@ on:
170170
value: ${{ jobs.finalize.outputs.signed }}
171171

172172
env:
173-
BUILDX_VERSION: "v0.35.0"
173+
BUILDX_VERSION: "v0.36.0"
174174
BUILDKIT_IMAGE: "moby/buildkit:v0.31.2"
175175
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.11.0"
176176
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.3-68"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ on:
181181
value: ${{ jobs.finalize.outputs.signed }}
182182

183183
env:
184-
BUILDX_VERSION: "v0.35.0"
184+
BUILDX_VERSION: "v0.36.0"
185185
BUILDKIT_IMAGE: "moby/buildkit:v0.31.2"
186186
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.11.0"
187187
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.3-68"

0 commit comments

Comments
 (0)