Skip to content

bump tomcat to 10.1.17 #127

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ FROM --platform=$TARGETPLATFORM rockylinux:8.8
#
##tomcat \
ENV TOMCAT_MAJOR=10 \
TOMCAT_VERSION=10.1.16 \
TOMCAT_VERSION=10.1.17 \
##shib-idp \
VERSION=5.0.0 \
##TIER \
TIERVERSION=20231128_rocky8_multiarch \
TIERVERSION=20231218_rocky8_multiarch \
#################### \
#### OTHER VARS #### \
#################### \
Expand Down