Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #3 from docker/1.5.1
upgrading master to 1.5.1
chubing committed Mar 12, 2019
2 parents 5caf021 + 8e77903 commit c7541ea
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.0
ARG version=1.5.1

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

1 change: 1 addition & 0 deletions bootstrapfiles/shibui-1.5.1.jar.sha256sum
@@ -0,0 +1 @@
8f7849b40dee9e7fdd61bcc479254da268f936f34c82989fe33afa0f07802baa shibui-1.5.1.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.0
image: tier/shib-idp-ui:1.5.1
depends_on:
- db
ports:

0 comments on commit c7541ea

Please sign in to comment.