Skip to content

Commit 2537271

Browse files
Pin ubuntu image
1 parent 5aaec88 commit 2537271

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)