From 8dd537572baab3604eb0d77e1b0a82b2a3b7dad1 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 13 Jun 2019 14:12:49 -0400 Subject: [PATCH 1/3] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f2d332e..540f9ab 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.7 as bootstrap -ARG version=1.5.1 +ARG version=1.5.3 COPY bootstrapfiles/shibui-${version}.jar.sha256sum . From de50df3dd24b18bed47fe5d60499053b05bf33aa Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 13 Jun 2019 14:15:09 -0400 Subject: [PATCH 2/3] Create shibui-1.5.3.jar.sha256sum --- bootstrapfiles/shibui-1.5.3.jar.sha256sum | 1 + 1 file changed, 1 insertion(+) create mode 100644 bootstrapfiles/shibui-1.5.3.jar.sha256sum diff --git a/bootstrapfiles/shibui-1.5.3.jar.sha256sum b/bootstrapfiles/shibui-1.5.3.jar.sha256sum new file mode 100644 index 0000000..05d79ce --- /dev/null +++ b/bootstrapfiles/shibui-1.5.3.jar.sha256sum @@ -0,0 +1 @@ +b1cf706fb0bb2d792b51aa28c35b65e349660d9dae0ed60e7b72bd0a695aaf63 shibui-1.5.3.jar From 7df9c439d9f4f5e0da7e54d88621e63683a92fd8 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 17 Jun 2019 08:48:15 -0400 Subject: [PATCH 3/3] Update docker-compose.yml --- test-compose/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-compose/docker-compose.yml b/test-compose/docker-compose.yml index 4d93c8f..3a1b239 100755 --- a/test-compose/docker-compose.yml +++ b/test-compose/docker-compose.yml @@ -16,7 +16,7 @@ services: volumes: - mariadb-data:/var/lib/mysql shibui: - image: tier/shib-idp-ui:1.5.1 + image: tier/shib-idp-ui:1.5.3 depends_on: - db ports: