Skip to content

Commit

Permalink
Fix docker image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Nov 6, 2018
1 parent b8560f8 commit ca0547a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/postgresql/docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion demo/shibboleth/docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca0547a

Please sign in to comment.