Skip to content

Commit fc6dfd4

Browse files
committed
Updated to use Tomcat 9.0.117.
Signed-off-by: Simon Bennetts <psiinon@gmail.com>
1 parent d428e19 commit fc6dfd4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The 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.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
1616
ENV CATALINA_HOME=/opt/tomcat
1717
ENV PATH=$CATALINA_HOME/bin:$PATH
1818

19-
ENV TOMCAT_VERSION=9.0.109
19+
ENV TOMCAT_VERSION=9.0.117
2020
RUN 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 \

0 commit comments

Comments
 (0)