Skip to content

Commit

Permalink
Merge pull request #132 from docker/4.3.1_20240125
Browse files Browse the repository at this point in the history
update tomcat version/keys URL
  • Loading branch information
pcaskey authored Jan 25, 2024
2 parents d1703a8 + af97c24 commit 30ee2c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ FROM centos:centos7
#
##tomcat \
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.84 \
TOMCAT_VERSION=9.0.85 \
##shib-idp \
VERSION=4.3.1 \
##TIER \
TIERVERSION=20231218 \
TIERVERSION=20240125 \
#################### \
#### OTHER VARS #### \
#################### \
Expand Down Expand Up @@ -144,7 +144,7 @@ RUN mkdir -p /tmp/shibboleth && cd /tmp/shibboleth && \
RUN mkdir -p "$CATALINA_HOME" && set -x \
&& wget -q -O $CATALINA_HOME/tomcat.tar.gz "$TOMCAT_TGZ_URL" \
&& wget -q -O $CATALINA_HOME/tomcat.tar.gz.asc "$TOMCAT_TGZ_URL.asc" \
&& wget -q -O $CATALINA_HOME/KEYS "https://www.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR/KEYS" \
&& wget -q -O $CATALINA_HOME/KEYS "https://downloads.apache.org/tomcat/tomcat-$TOMCAT_MAJOR/KEYS" \
&& gpg --import $CATALINA_HOME/KEYS \
&& gpg $CATALINA_HOME/tomcat.tar.gz.asc \
&& gpg --batch --verify $CATALINA_HOME/tomcat.tar.gz.asc $CATALINA_HOME/tomcat.tar.gz \
Expand Down

0 comments on commit 30ee2c7

Please sign in to comment.