Skip to content

Commit 9fd26fc

Browse files
Update java containerization guide to fix compilation error
Fixes #21281
1 parent da6b081 commit 9fd26fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/java/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Create a file named `Dockerfile` with the following contents.
9898
################################################################################
9999

100100
# Create a stage for resolving and downloading dependencies.
101-
FROM eclipse-temurin:21-jre-jammy as deps
101+
FROM eclipse-temurin:21-jdk-jammy as deps
102102

103103
WORKDIR /build
104104

0 commit comments

Comments
 (0)