File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6+ ## 2026-05-11
7+ ### Changed
8+ - Updated to use Tomcat 9.0.117.
9+
610## 2025-09-08
711### Changed
812- Updated to use Tomcat 9.0.109.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
1616ENV CATALINA_HOME=/opt/tomcat
1717ENV PATH=$CATALINA_HOME/bin:$PATH
1818
19- ENV TOMCAT_VERSION=9.0.109
19+ ENV TOMCAT_VERSION=9.0.117
2020RUN wget https://downloads.apache.org/tomcat/tomcat-9/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz \
2121 && mkdir -p /opt/tomcat \
2222 && tar xzvf apache-tomcat-${TOMCAT_VERSION}.tar.gz -C /opt/tomcat --strip-components=1 \
You can’t perform that action at this time.
0 commit comments