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 b8b3ae1 commit 1d814c9Copy full SHA for 1d814c9
Dockerfile
@@ -11,7 +11,7 @@ ADD . .
11
RUN make build
12
13
# Runtime image
14
-FROM alpine:3.22.0
+FROM alpine:3.22.1
15
WORKDIR /
16
17
COPY --from=builder /workspace/ipsec-prometheus-exporter .
0 commit comments