Skip to content

Commit

Permalink
update postgres from 9.4 to 10.14
Browse files Browse the repository at this point in the history
postgres 9.4 is at EOL
  • Loading branch information
h-artzi committed Oct 14, 2020
1 parent 154e36b commit cfa2f9f
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 cfa2f9f

Please sign in to comment.