mirror of https://github.com/docker/docs.git
Update java containerization guide to fix compilation error
Fixes https://github.com/docker/docs/issues/21281
This commit is contained in:
parent
da6b081cc4
commit
9fd26fcb16
|
@ -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