Skip to content

Commit bd4967a

Browse files
authored
Merge pull request #118 from DataDog/sarahchen6/update-to-latest-ubuntu
Update to latest ubuntu base image
2 parents b944e2a + 20f2805 commit bd4967a

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)