Update java containerization guide to fix compilation error

Fixes https://github.com/docker/docs/issues/21281
This commit is contained in:
swivelmargarita 2024-10-30 11:10:58 +00:00 committed by GitHub
parent da6b081cc4
commit 9fd26fcb16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ Create a file named `Dockerfile` with the following contents.
################################################################################
# Create a stage for resolving and downloading dependencies.
FROM eclipse-temurin:21-jre-jammy as deps
FROM eclipse-temurin:21-jdk-jammy as deps
WORKDIR /build