Skip to content

Commit 471a1ae

Browse files
Pin Ubuntu version
1 parent be92183 commit 471a1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/native-image-musl/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This Dockerfile builds a GraalVM Native Image Test Server with musl support.
2-
FROM ubuntu:24.04
2+
FROM ubuntu:noble-20250805
33
ENV JAVA_HOME=/usr/lib64/graalvm/graalvm-community-java23
44
COPY --from=ghcr.io/graalvm/native-image-community:23 $JAVA_HOME $JAVA_HOME
55
ENV PATH="${JAVA_HOME}/bin:${PATH}"

0 commit comments

Comments
 (0)