Skip to content

Commit dee27d7

Browse files
authored
Merge pull request #988 from crazy-max/update-buildx-buildkit
update buildkit to 0.28.0-rc1 and buildx to 0.32.0-rc1
2 parents 56778fb + f96fcb3 commit dee27d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515

1616
env:
1717
NODE_VERSION: "20"
18-
BUILDX_VERSION: "v0.31.1"
19-
BUILDKIT_IMAGE: "moby/buildkit:v0.27.1"
18+
BUILDX_VERSION: "v0.32.0-rc1"
19+
BUILDKIT_IMAGE: "moby/buildkit:v0.28.0-rc1"
2020

2121
jobs:
2222
test:

dev.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# limitations under the License.
1616

1717
ARG NODE_VERSION=20
18-
ARG DOCKER_VERSION=28.3
19-
ARG BUILDX_VERSION=0.31.1
18+
ARG DOCKER_VERSION=29.2
19+
ARG BUILDX_VERSION=0.32.0-rc1
2020
ARG COMPOSE_VERSION=2.39.1
2121
ARG UNDOCK_VERSION=0.10.0
2222
ARG REGCTL_VERSION=v0.8.2

0 commit comments

Comments
 (0)