Skip to content

Commit

Permalink
fix(deps): update postgres docker tag to v11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 4, 2020
1 parent 4b29615 commit 63eb8f0
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 @@ -21,7 +21,7 @@ services:
- postgres

postgres:
image: postgres:11.7-alpine
image: postgres:11.8-alpine
container_name: postgres
environment:
POSTGRES_DB: postgres
Expand Down

0 comments on commit 63eb8f0

Please sign in to comment.