diff --git a/11/alpine/hotspot/Dockerfile b/11/alpine/hotspot/Dockerfile index ea12a4d339..ffd4b9cb32 100644 --- a/11/alpine/hotspot/Dockerfile +++ b/11/alpine/hotspot/Dockerfile @@ -11,7 +11,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM alpine:3.15.4 +FROM alpine:3.17.1 RUN apk add --no-cache \ bash \