We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b944e2a + 20f2805 commit bd4967aCopy full SHA for bd4967a
Dockerfile
@@ -4,7 +4,7 @@ ARG LATEST_VERSION
4
FROM eclipse-temurin:${LATEST_VERSION}-jdk-noble AS temurin-latest
5
6
# Intermediate image used to prune cruft from JDKs and squash them all.
7
-FROM ubuntu:24.04 AS all-jdk
+FROM ubuntu:latest AS all-jdk
8
ARG LATEST_VERSION
9
10
RUN <<-EOT
0 commit comments