Skip to content

Commit

Permalink
Update dependency alpine to v3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 24, 2022
1 parent bc75a72 commit 86df1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN go build \
-o /go/bin/aws-rds-engine-version-prometheus-exporter \
-ldflags '-s -w'

FROM alpine:3.15.4 as runner
FROM alpine:3.16.0 as runner

COPY --from=builder /go/bin/aws-rds-engine-version-prometheus-exporter /app/aws-rds-engine-version-prometheus-exporter

Expand Down

0 comments on commit 86df1f3

Please sign in to comment.