Skip to content

Commit

Permalink
update tomcat version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeNeilson committed Dec 2, 2024
1 parent 304ff72 commit 3c304f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ RUN apk --no-cache upgrade && \

RUN mkdir /download && \
cd /download && \
wget https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.93/bin/apache-tomcat-9.0.93.tar.gz && \
echo "3069924eb7041ccc0f2aeceb7d8626793a1a073a5b739a840d7974a18ebeb26cc3374cc5f4a3ffc74d3b019c0cb33e3d1fe96296e6663ac75a73c1171811726d *apache-tomcat-9.0.93.tar.gz" > checksum.txt && \
wget https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.97/bin/apache-tomcat-9.0.97.tar.gz && \
echo "537dbbfc03b37312c2ec282c6906828298cb74e42aca6e3e6835d44bf6923fd8c5db77e98bf6ce9ef19e1922729de53b20546149176e07ac04087df786a62fd9 *apache-tomcat-9.0.97.tar.gz" > checksum.txt && \
sha512sum -c checksum.txt && \
tar xzf apache-tomcat-*tar.gz && \
mv apache-tomcat-9.0.93 /usr/local/tomcat/ && \
mv apache-tomcat-9.0.97 /usr/local/tomcat/ && \
cd / && \
rm -rf /download
CMD ["/usr/local/tomcat/bin/catalina.sh","run"]
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ google-findbugs = "3.0.2"
error_prone_annotations = "2.15.0"
cwms-ratings = "2.0.2"
javalin = "4.6.8"
tomcat = "9.0.93"
tomcat = "9.0.97"
swagger-core = "2.2.23"
swagger-ui = "5.9.0"
swagger-ui = "5.18.2"
jackson = "2.17.1"
geojson-jackson = "1.14"
dropwizard = "4.2.12"
Expand Down

0 comments on commit 3c304f5

Please sign in to comment.