diff --git a/docker/jvm/alpine/Dockerfile b/docker/jvm/alpine/Dockerfile index 9c7b191..b92bc61 100644 --- a/docker/jvm/alpine/Dockerfile +++ b/docker/jvm/alpine/Dockerfile @@ -31,7 +31,7 @@ RUN apk add --no-cache curl g++ git linux-headers make tar wget \ --compress=2 \ --output /jcmd -FROM alpine:3.23.4 +FROM alpine:3.24.0 RUN mkdir -p /app/async-profiler/build \ && apk add --no-cache procps coreutils COPY --from=agentbuild /go/bin/agent /app