Skip to content

Commit 1ad3d56

Browse files
committed
dockerfile: update buildkit 0.21.0 and buildx 0.23.0
Signed-off-by: CrazyMax <[email protected]>
1 parent 1b8b2ae commit 1ad3d56

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.21.0-rc2
8-
ARG BUILDX_VERSION=v0.23.0-rc2
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)