From 2279dfe09bf638cc033053b06122f629c4d3ab24 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 10 Feb 2020 20:34:55 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b7515e..ce06054 100755 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG version=1.7.0-RC2 COPY bootstrapfiles/shibui-${version}.war.sha256sum . RUN wget https://github.internet2.edu/TIER/shib-idp-ui/releases/download/v${version}/shibui-${version}.war \ - && sha256sum -c shibui-${version}.jar.sha256sum && mv shibui-${version}.war shibui.war + && sha256sum -c shibui-${version}.war.sha256sum && mv shibui-${version}.war shibui.war FROM centos:7