Skip to content

Commit d32be3f

Browse files
chore(deps): update Buildx version to v0.35.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9f1137c commit d32be3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

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

1919
env:
2020
NODE_VERSION: "24"
21-
BUILDX_VERSION: "v0.35.0-rc2"
21+
BUILDX_VERSION: "v0.35.0"
2222
BUILDKIT_IMAGE: "moby/buildkit:v0.31.0-rc2"
2323

2424
jobs:

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
ARG NODE_VERSION=24
1818
ARG DOCKER_VERSION=29.5
19-
ARG BUILDX_VERSION=0.35.0-rc2
19+
ARG BUILDX_VERSION=0.35.0
2020
ARG COMPOSE_VERSION=5.1.4
2121
ARG UNDOCK_VERSION=0.14.0
2222
ARG REGCTL_VERSION=v0.11.5

0 commit comments

Comments
 (0)