We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 935655b + 6f6795d commit 6223adcCopy full SHA for 6223adc
Dockerfile
@@ -6,7 +6,7 @@ ARG BIN_NAME
6
ARG TARGETARCH
7
RUN GOARCH=${TARGETARCH} /builder.sh ${BIN_NAME}
8
9
-FROM alpine:3.18.11
+FROM alpine:3.18.12
10
RUN apk add --no-cache gcompat
11
12
# https://pkg.go.dev/net#hdr-Name_Resolution
0 commit comments