Skip to content

Commit d60fd5f

Browse files
chore(deps): update alpine docker tag to v3.18.5
1 parent b2eab45 commit d60fd5f

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.18.5 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)