We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff3591 commit 405670fCopy full SHA for 405670f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.22.1-alpine3.19 as builder
+FROM --platform=$BUILDPLATFORM golang:1.22.3-alpine3.19 as builder
2
3
ARG APK_BASH_VERSION=~5
4
ARG APK_GIT_VERSION=~2
@@ -43,7 +43,7 @@ ARG TARGETARCH
43
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH make install-tools
44
45
46
-FROM golang:1.22.1-alpine3.19 as releaser
+FROM golang:1.22.3-alpine3.19 as releaser
47
48
49
ARG APK_BUILDBASE_VERSION=~0
0 commit comments