Skip to content

Commit a492c6d

Browse files
authored
Merge pull request #272 from docker/deps/buildx-version
chore(deps): update Buildx version to v0.36.1
2 parents 1cac1c7 + 919143e commit a492c6d

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.36.0"
173+
BUILDX_VERSION: "v0.36.1"
174174
BUILDKIT_IMAGE: "moby/buildkit:v0.32.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.36.0"
184+
BUILDX_VERSION: "v0.36.1"
185185
BUILDKIT_IMAGE: "moby/buildkit:v0.32.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)