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.
1 parent b944e2a commit 20f2805Copy full SHA for 20f2805
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