Skip to content

Commit

Permalink
fix: monitoring-as-code/tools/promtool/Dockerfile to reduce vulnerabi…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 24, 2024
1 parent ce73bf1 commit 2034d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring-as-code/tools/promtool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN VERSION=$(curl -Ls https://api.github.com/repos/prometheus/prometheus/releas
| tar xvzf - "prometheus-$VERSION.linux-amd64"/promtool --strip-components=1 && cp promtool /go/bin/promtool


FROM alpine:3.16.2 AS runner
FROM alpine:3.19 AS runner

COPY --from=builder /go/bin/promtool /usr/local/bin

Expand Down

0 comments on commit 2034d9c

Please sign in to comment.