Skip to content

Commit

Permalink
feat(docker): update postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Apr 8, 2020
1 parent 1ba76a1 commit b592289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- ALLOW_EMPTY_SENDER_DOMAINS=true

postgres:
image: postgres:9-alpine
image: postgres:12-alpine
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=admin
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- "1080:80"

postgres:
image: postgres:9-alpine
image: postgres:12-alpine
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=admin
Expand Down

0 comments on commit b592289

Please sign in to comment.