Merge pull request #37 from HideyoshiNakazone/devel

Devel - Updates Docker Base Image
This commit is contained in:
2023-12-13 19:57:35 -03:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ RUN mvn -Dmaven.test.skip -f /home/app/pom.xml clean package
# #
# Package stage # 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 --from=build /home/app/target/*.jar app.jar
COPY src/main/resources/* credentials/ COPY src/main/resources/* credentials/