Skip to content

Commit

Permalink
Revert "Update Tomcat 8.5 image to maintained version"
Browse files Browse the repository at this point in the history
This reverts commit 94aee1e.
  • Loading branch information
ibacher committed Oct 4, 2022
1 parent 5cc5900 commit 7803d2c
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 @@ -68,7 +68,7 @@ WORKDIR /app/webapp
CMD ["mvn", "jetty:run", "-o"]

### Production Stage
FROM tomcat:8.5-jdk8
FROM tomcat:8.5-jdk8-adoptopenjdk-hotspot

RUN apt-get update && apt-get install -y zip dumb-init \
&& apt-get clean \
Expand Down

0 comments on commit 7803d2c

Please sign in to comment.