Skip to content
Permalink
Browse files
release 1.18.0
  • Loading branch information
credman committed Jul 18, 2023
1 parent 822ea5c commit b45f8c545eea304a0c9ed81447e52774b452528c
Showing 2 changed files with 4 additions and 3 deletions.
@@ -1,6 +1,6 @@
FROM alpine:3.7 as bootstrap

ARG version=1.17.4
ARG version=1.18.0

COPY bootstrapfiles/shibui-${version}.war.sha256sum .

@@ -10,8 +10,8 @@ RUN wget https://github.internet2.edu/TIER/shib-idp-ui/releases/download/v${vers
FROM centos:7

# beacon env
ENV VERSION=${version} \
TIERVERSION=20200210 \
ENV VERSION=1.18.0 \
TIERVERSION=PACKAGE_1.18.0 \
IMAGE=shibboleth_idp_ui \
MAINTAINER=InCommon

@@ -0,0 +1 @@
11f048d45f9c8c82fda0c09c6ac46f8371e9d5dc505cacb2b3b407162675c49e shibui-1.18.0.war

0 comments on commit b45f8c5

Please sign in to comment.