Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
Marko Milić 2022-12-12 12:49:02 +01:00
commit daca6cc3ef
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM jetty:9.4-jre11-slim
FROM jetty:9.4.49-jre11-alpine
# Copy OBP source code
# Copy build artifact (.war file) into jetty from 'maven' stage.

View File

@ -1,5 +1,4 @@
FROM jetty:9.4-jre11-slim
FROM jetty:9.4.49-jre11-alpine
# Copy build artifact (.war file) into jetty from 'maven' stage.
COPY /obp-api/target/obp-api-1.*.war /var/lib/jetty/webapps/ROOT.war
USER root