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.
2 parents b5e85d3 + c05bb1c commit 72c201eCopy full SHA for 72c201e
1 file changed
Dockerfile
@@ -12,7 +12,7 @@ COPY go.sum go.sum
12
RUN go get -d -v
13
RUN CGO_ENABLED=0 GOOS=linux go build --ldflags '-w -s -extldflags "-static"' -o cloudflare_exporter .
14
15
-FROM alpine:3.20
+FROM alpine:3.22
16
17
RUN apk update && apk add ca-certificates
18
0 commit comments