Skip to content

Commit 8a5ff25

Browse files
authored
Merge pull request #252 from crazy-max/update-buildkit-buildx
dockerfile: update buildkit 0.21.0 and buildx 0.23.0
2 parents aa706f6 + 1ad3d56 commit 8a5ff25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ARG GO_VERSION=1.23
44
ARG ALPINE_VERSION=3.21
55
ARG XX_VERSION=1.6.1
66

7-
ARG BUILDKIT_VERSION=v0.20.2
8-
ARG BUILDX_VERSION=v0.22.0
7+
ARG BUILDKIT_VERSION=v0.21.0
8+
ARG BUILDX_VERSION=v0.23.0
99
ARG REGISTRY_VERSION=v2.8.3
1010

1111
# named contexts

0 commit comments

Comments
 (0)