Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/clickhouse-flamegraph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN --mount=type=cache,id=clickhouse-flamegraph-gobuild,target=/root/ GOOS=$( ec
RUN apk --no-cache add git
RUN git clone https://github.com/brendangregg/FlameGraph.git /opt/flamegraph/

FROM alpine:latest
FROM alpine:3.23.3
RUN apk --no-cache add bash tzdata perl
COPY --from=builder /opt/flamegraph /opt/flamegraph
RUN ln -vsf /opt/flamegraph/flamegraph.pl /usr/bin/flamegraph.pl
Expand Down
Loading