Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix docker image tags
mederly committed Nov 6, 2018
1 parent b8560f8 commit ca0547a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/postgresql/docker-compose-tests.yml
@@ -20,7 +20,7 @@ services:
- midpoint_data:/var/lib/postgresql/data

midpoint_server:
image: tier/midpoint:latest
image: tier/midpoint:3.9-SNAPSHOT-stable
ports:
- 8443:443
environment:
2 changes: 1 addition & 1 deletion demo/shibboleth/docker-compose-tests.yml
@@ -18,7 +18,7 @@ services:
- CREATE_NEW_DATABASE=if_needed

midpoint_server:
image: tier/midpoint:latest
image: tier/midpoint:3.9-SNAPSHOT-stable
ports:
- 8443:443
environment:

0 comments on commit ca0547a

Please sign in to comment.