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 da6b081 commit 9fd26fcCopy full SHA for 9fd26fc
content/guides/java/containerize.md
@@ -98,7 +98,7 @@ Create a file named `Dockerfile` with the following contents.
98
################################################################################
99
100
# Create a stage for resolving and downloading dependencies.
101
-FROM eclipse-temurin:21-jre-jammy as deps
+FROM eclipse-temurin:21-jdk-jammy as deps
102
103
WORKDIR /build
104
0 commit comments