Skip to content

Commit

Permalink
Upgrade PostgreSQL to version 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Nov 5, 2019
1 parent a943c11 commit b7d380f
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 @@ -5,7 +5,7 @@ version: "3.3"

services:
midpoint_data:
image: postgres:9.5
image: postgres:11
environment:
- POSTGRES_PASSWORD_FILE=/run/secrets/mp_database_password.txt
- POSTGRES_USER=midpoint
Expand Down
2 changes: 1 addition & 1 deletion demo/postgresql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"

services:
midpoint_data:
image: postgres:9.5
image: postgres:11
environment:
- POSTGRES_PASSWORD_FILE=/run/secrets/mp_database_password.txt
- POSTGRES_USER=midpoint
Expand Down

0 comments on commit b7d380f

Please sign in to comment.