Skip to content

Commit

Permalink
Merge pull request HideyoshiSolutions#37 from HideyoshiNakazone/devel
Browse files Browse the repository at this point in the history
Devel - Updates Docker Base Image
  • Loading branch information
HideyoshiNakazone committed Dec 13, 2023
2 parents 54f4ed6 + 6560343 commit e71f976
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 @@ -9,7 +9,7 @@ RUN mvn -Dmaven.test.skip -f /home/app/pom.xml clean package
#
# Package stage
#
FROM ibm-semeru-runtimes:open-11.0.19_7-jre-focal
FROM ibm-semeru-runtimes:open-17-jdk-focal

COPY --from=build /home/app/target/*.jar app.jar
COPY src/main/resources/* credentials/
Expand Down

0 comments on commit e71f976

Please sign in to comment.