Skip to content

Commit d2699c8

Browse files
authored
Merge pull request #125 from Slach/renovate/alpine-3.x
chore(deps): update alpine docker tag to v3.20
2 parents a267cab + 7b3c900 commit d2699c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/clickhouse-flamegraph/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN go build -o /usr/bin/clickhouse-flamegraph main.go
88
RUN apk --no-cache add git
99
RUN git clone https://github.com/brendangregg/FlameGraph.git /opt/flamegraph/
1010

11-
FROM alpine:3.19
11+
FROM alpine:3.20
1212
RUN apk --no-cache add bash tzdata perl
1313
COPY --from=builder /opt/flamegraph /opt/flamegraph
1414
RUN ln -vsf /opt/flamegraph/flamegraph.pl /usr/bin/flamegraph.pl

0 commit comments

Comments
 (0)