We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a267cab + 7b3c900 commit d2699c8Copy full SHA for d2699c8
docker/clickhouse-flamegraph/Dockerfile
@@ -8,7 +8,7 @@ RUN go build -o /usr/bin/clickhouse-flamegraph main.go
8
RUN apk --no-cache add git
9
RUN git clone https://github.com/brendangregg/FlameGraph.git /opt/flamegraph/
10
11
-FROM alpine:3.19
+FROM alpine:3.20
12
RUN apk --no-cache add bash tzdata perl
13
COPY --from=builder /opt/flamegraph /opt/flamegraph
14
RUN ln -vsf /opt/flamegraph/flamegraph.pl /usr/bin/flamegraph.pl
0 commit comments