Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release 2.0.1
sporth committed Aug 1, 2024
1 parent 00924ac commit 62d4ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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

0 comments on commit 62d4ef6

Please sign in to comment.