Skip to content

Commit

Permalink
Merge pull request #35 from cyberark/34-update-postgres
Browse files Browse the repository at this point in the history
update postgres from 9.4 to 10.14
  • Loading branch information
h-artzi authored Oct 15, 2020
2 parents 154e36b + cfa2f9f commit c7ed00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
restart: on-failure

database:
image: postgres:9.4
image: postgres:10.14
container_name: postgres_database
environment:
POSTGRES_HOST_AUTH_METHOD: trust
Expand Down

0 comments on commit c7ed00c

Please sign in to comment.