diff --git a/Dockerfile b/Dockerfile index 6dc0a96..f4d76e3 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.7 as bootstrap -ARG version=2.0.0 +ARG version=2.0.1 COPY bootstrapfiles/shibui-${version}.war.sha256sum . @@ -10,7 +10,7 @@ RUN wget https://github.internet2.edu/TIER/shib-idp-ui/releases/download/v${vers FROM centos:7 # beacon env -ENV TIERVERSION=PACKAGE_2.0.0 +ENV TIERVERSION=PACKAGE_2.0.1 # Install Corretto Java JDK #Corretto download page: https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html