Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile
chubing committed Feb 13, 2020
1 parent 95cce47 commit 06f7782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -8,7 +8,7 @@ RUN yum install -y wget tar unzip dos2unix

ARG GROUPER_CONTAINER_VERSION

ENV GROUPER_VERSION=2.5.8 \
ENV GROUPER_VERSION=2.5.11 \
JAVA_HOME=/usr/lib/jvm/zulu-8/ \
GROUPER_CONTAINER_VERSION=$GROUPER_CONTAINER_VERSION

@@ -55,7 +55,7 @@ RUN echo 'Installing Grouper'; \

FROM centos:centos7 as cleanup

ENV GROUPER_VERSION=2.5.8 \
ENV GROUPER_VERSION=2.5.11 \
TOMCAT_VERSION=8.5.42 \
TOMEE_VERSION=7.0.0

0 comments on commit 06f7782

Please sign in to comment.