Skip to content

Commit

Permalink
Update alpine version to 3.18.7 (#3364)
Browse files Browse the repository at this point in the history
Fixes #3355

(cherry picked from commit b9a114e)
  • Loading branch information
simonswine authored and grafana-delivery-bot[bot] committed Jun 21, 2024
1 parent bf5a573 commit 06b07c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/pyroscope/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.6
FROM alpine:3.18.7

RUN apk add --no-cache ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion cmd/pyroscope/debug.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang as builder

WORKDIR /app
FROM alpine:3.18.6
FROM alpine:3.18.7

RUN apk add --no-cache ca-certificates

Expand Down

0 comments on commit 06b07c7

Please sign in to comment.