Skip to content

Commit

Permalink
Merge pull request #125 from samply/fix/docker-base-image-vulnerabili…
Browse files Browse the repository at this point in the history
…ties

Fix Critical and High Vulnerabilities in Docker Base Image
  • Loading branch information
alexanderkiel authored Jan 11, 2022
2 parents b03a639 + b03f0ba commit 312e5b5
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 312e5b5

Please sign in to comment.