Skip to content

Commit 20f2805

Browse files
committed
Update to latest ubuntu base image
1 parent b944e2a commit 20f2805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG LATEST_VERSION
44
FROM eclipse-temurin:${LATEST_VERSION}-jdk-noble AS temurin-latest
55

66
# Intermediate image used to prune cruft from JDKs and squash them all.
7-
FROM ubuntu:24.04 AS all-jdk
7+
FROM ubuntu:latest AS all-jdk
88
ARG LATEST_VERSION
99

1010
RUN <<-EOT

0 commit comments

Comments
 (0)