Merge pull request #21283 from swivelmargarita/patch-1

Update java containerization guide to fix compilation error
This commit is contained in:
David Karlsson 2024-10-30 15:51:16 +01:00 committed by GitHub
commit 44945586c7
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