Skip to content

Commit 4494d89

Browse files
authored
Update base image version in multi-stage Dockerfile build
the previous version was not reflecting the docs contents
1 parent 91fa587 commit 4494d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/docker-concepts/building-images/multi-stage-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Now that you have the project, you’re ready to create the `Dockerfile`.
276276
COPY ./src ./src
277277
RUN ./mvnw clean install
278278
279-
FROM eclipse-temurin:21.0.8_9-jre-jammy AS final
279+
FROM eclipse-temurin:21.0.2_13-jre-jammy AS final
280280
WORKDIR /opt/app
281281
EXPOSE 8080
282282
COPY --from=builder /opt/app/target/*.jar /opt/app/*.jar

0 commit comments

Comments
 (0)