Skip to content

Commit dde2c3c

Browse files
chore(deps): bump alpine from 3.21.0 to 3.23.4 in /docker/jvm/alpine (#54)
Bumps alpine from 3.21.0 to 3.23.4. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43c56df commit dde2c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/jvm/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apk add --no-cache curl g++ git linux-headers make tar wget \
3131
--compress=2 \
3232
--output /jcmd
3333

34-
FROM alpine:3.21.0
34+
FROM alpine:3.23.4
3535
RUN mkdir -p /app/async-profiler/build \
3636
&& apk add --no-cache procps coreutils
3737
COPY --from=agentbuild /go/bin/agent /app

0 commit comments

Comments
 (0)