Skip to content

Commit

Permalink
Update dependency alpine to v3.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 29, 2022
1 parent f79d6f8 commit 59a0d2b
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.2 as runner
FROM alpine:3.15.3 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 59a0d2b

Please sign in to comment.