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 87e4de2 commit 5db85cdCopy full SHA for 5db85cd
Dockerfile
@@ -14,7 +14,7 @@ RUN go build \
14
-o /go/bin/aws-ecr-image-scan-findings-prometheus-exporter \
15
-ldflags '-s -w'
16
17
-FROM alpine:3.18.2 as runner
+FROM alpine:3.20.3 as runner
18
19
COPY --from=builder /go/bin/aws-ecr-image-scan-findings-prometheus-exporter /app/aws-ecr-image-scan-findings-prometheus-exporter
20
0 commit comments