switch props, bump jetty base image

This commit is contained in:
tawoe 2023-01-17 14:06:17 +01:00
parent f338c15e34
commit 0e999d183d
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM jetty:9.4.49-jre11-alpine
FROM jetty:9.4.50-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

View File

@ -21,7 +21,7 @@ jobs:
cache: maven
- name: Build with Maven
run: |
cp obp-api/src/main/resources/props/sample.props.template obp-api/src/main/resources/props/default.props
cp obp-api/src/main/resources/props/sample.props.template obp-api/src/main/resources/props/production.default.props
echo connector=star > obp-api/src/main/resources/props/test.default.props
echo starConnector_supported_types=mapped,internal >> obp-api/src/main/resources/props/test.default.props
echo hostname=http://localhost:8016 >> obp-api/src/main/resources/props/test.default.props