Skip to content

update tomcat to 10.1.33 #144

Merged
merged 1 commit into from Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -6,11 +6,11 @@ FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:8.10
#
##tomcat \
ENV TOMCAT_MAJOR=10 \
TOMCAT_VERSION=10.1.30 \
TOMCAT_VERSION=10.1.33 \
##shib-idp \
VERSION=5.1.3 \
##TIER \
TIERVERSION=20240930_rocky8_multiarch \
TIERVERSION=20241204_rocky8_multiarch \
#################### \
#### OTHER VARS #### \
#################### \
Expand Down