Skip to content

Commit

Permalink
Bump eclipse-temurin from 17 to 20
Browse files Browse the repository at this point in the history
Bumps eclipse-temurin from 17 to 20.

---
updated-dependencies:
- dependency-name: eclipse-temurin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent 5f50b83 commit 243d6a5
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 @@ -25,7 +25,7 @@ RUN cp -v /usr/src/java-code/opbeans/target/*.jar /usr/src/java-app/app.jar

#Run application Stage
#We only need java
FROM eclipse-temurin:17 AS base
FROM eclipse-temurin:20 AS base

RUN export
RUN apt-get -qq update \
Expand Down

0 comments on commit 243d6a5

Please sign in to comment.