Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 5, 2022
1 parent e336e4c commit e0aa349
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 @@ -5,7 +5,7 @@ COPY . /usr/src/goof
WORKDIR /usr/src/goof
RUN --mount=target=$HOME/.m2,type=cache mvn install

FROM tomcat:8.5.21
FROM tomcat:8.5.69

RUN mkdir /tmp/extracted_files
COPY --chown=tomcat:tomcat web.xml /usr/local/tomcat/conf/web.xml
Expand Down

0 comments on commit e0aa349

Please sign in to comment.