Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4 from docker/1.5.3
1.5.3
chubing committed Jun 17, 2019
2 parents c7541ea + 7df9c43 commit 5dd491d
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 .

1 change: 1 addition & 0 deletions bootstrapfiles/shibui-1.5.3.jar.sha256sum
@@ -0,0 +1 @@
b1cf706fb0bb2d792b51aa28c35b65e349660d9dae0ed60e7b72bd0a695aaf63 shibui-1.5.3.jar
2 changes: 1 addition & 1 deletion 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:

0 comments on commit 5dd491d

Please sign in to comment.