Skip to content

Commit

Permalink
Fixes #168 - Update Dockerfile to latest Tomcat 9 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Sep 6, 2023
1 parent d8ae8ed commit 5ec49d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM eclipse-temurin:19
RUN cd /opt && \
export TOMCAT_VERSION=9.0.73 && \
export TOMCAT_VERSION=9.0.80 && \
curl --insecure -L -O https://archive.apache.org/dist/tomcat/tomcat-9/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz && \
tar xfvz apache-tomcat-${TOMCAT_VERSION}.tar.gz && \
mv apache-tomcat-${TOMCAT_VERSION} tomcat && \
Expand Down

0 comments on commit 5ec49d2

Please sign in to comment.