Skip to content

Commit

Permalink
Merge pull request #52 from docker/bumptomcatto50
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
pcaskey authored Apr 3, 2018
2 parents e98084c + 133702b commit cceb299
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG registry=docker.io
ARG maintainer=tier
ARG imagename=shibboleth_idp
ARG version=3.3.1
ARG tierversion=17070
ARG tierversion=180401
ARG tierbuild=$tierbuild
ENV VERSION=$version
ENV TIERVERSION=$tierversion
Expand All @@ -25,8 +25,7 @@ RUN yum -y install \
apr-devel \
httpd \
krb5-workstation \
mod_ssl \
openssl-devel \
mod_ssl 50 openssl-devel \
wget \
&& yum -y clean all

Expand Down Expand Up @@ -77,7 +76,7 @@ RUN mkdir -p "$CATALINA_HOME"
# done

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.0.45
ENV TOMCAT_VERSION 8.0.50
ENV TOMCAT_TGZ_URL https://www.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR/v$TOMCAT_VERSION/bin/apache-tomcat-$TOMCAT_VERSION.tar.gz

WORKDIR $CATALINA_HOME
Expand Down

0 comments on commit cceb299

Please sign in to comment.