Skip to content

Commit 8e30b75

Browse files
chore(deps): update alpine docker tag to v3.21.0
1 parent 1aee6ff commit 8e30b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN go build \
1414
-o /go/bin/aws-ecr-image-scan-findings-prometheus-exporter \
1515
-ldflags '-s -w'
1616

17-
FROM alpine:3.18.2 as runner
17+
FROM alpine:3.21.0 as runner
1818

1919
COPY --from=builder /go/bin/aws-ecr-image-scan-findings-prometheus-exporter /app/aws-ecr-image-scan-findings-prometheus-exporter
2020

0 commit comments

Comments
 (0)