mirror of https://github.com/docker/docs.git
Merge pull request #21283 from swivelmargarita/patch-1
Update java containerization guide to fix compilation error
This commit is contained in:
commit
44945586c7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue