Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/samply/share-client into…
Browse files Browse the repository at this point in the history
… feature/jersey3
  • Loading branch information
djuarezgf committed Jan 11, 2022
2 parents 8de2db0 + 312e5b5 commit 75a5ee7
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 @@ -7,7 +7,7 @@ ADD target/connector.war /connector/connector.war
RUN mkdir -p /connector/extracted && \
unzip /connector/connector.war -d /connector/extracted/

FROM tomcat:9-jdk8-openjdk-slim
FROM tomcat:9-jre8-temurin

## Define for which project this image is build
ARG PROJECT=samply
Expand Down

0 comments on commit 75a5ee7

Please sign in to comment.