Skip to content

Commit

Permalink
switch to jetty 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tawoe committed Jul 27, 2023
1 parent cce3b93 commit 1317d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfile_PreBuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jetty:9.4-jdk11-alpine
FROM jetty:11.0.15-jre11-alpine

# Copy OBP source code
# Copy build artifact (.war file) into jetty from 'maven' stage.
Expand Down
2 changes: 1 addition & 1 deletion .github/Dockerfile_PreBuild_OC
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jetty:9.4-jdk11-alpine
FROM jetty:11.0.15-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
Expand Down

0 comments on commit 1317d90

Please sign in to comment.