Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release 1.18.0
  • Loading branch information
credman committed Jul 18, 2023
1 parent 822ea5c commit b45f8c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
@@ -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 .

Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions bootstrapfiles/shibui-1.18.0.war.sha256sum
@@ -0,0 +1 @@
11f048d45f9c8c82fda0c09c6ac46f8371e9d5dc505cacb2b3b407162675c49e shibui-1.18.0.war

0 comments on commit b45f8c5

Please sign in to comment.