Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v21.0.2_13-jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2024
1 parent 1da7f14 commit ca23a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ADD src src
RUN mvn package -DskipTests
RUN echo "done!"

FROM eclipse-temurin:21-jdk
FROM eclipse-temurin:21.0.2_13-jdk
WORKDIR /helidon
COPY --from=build /helidon/target/k8s-helidon-app.jar ./
COPY --from=build /helidon/target/libs ./libs
Expand Down

0 comments on commit ca23a01

Please sign in to comment.