Skip to content

Updating variables to versions of the apps that exists. #27

Merged
merged 1 commit into from Jan 24, 2018
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
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ FROM centos:centos7
########################
#
##java
ENV JAVA_VERSION=8u152
ENV BUILD_VERSION=b16
ENV JAVA_BUNDLE_ID=aa0333dd3019491ca4f6ddbe78cdb6d0
ENV JAVA_VERSION=8u162
ENV BUILD_VERSION=b12
ENV JAVA_BUNDLE_ID=0da788060d494f5095bf8624735fa2f1
##tomcat
ENV TOMCAT_MAJOR=8
ENV TOMCAT_VERSION=8.0.47
ENV TOMCAT_VERSION=8.0.48
##shib-idp
ENV VERSION=3.3.2
##TIER
Expand Down