Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v10.16 (#1049)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 19, 2021
1 parent c8df152 commit 842e347
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 @@ -11,7 +11,7 @@ services:
environment:
MYSQL_ROOT_PASSWORD: mysql
postgres:
image: postgres:10.15
image: postgres:10.16
volumes:
- './.postgres-data/db:/var/lib/postgresql/data'
restart: always
Expand Down

0 comments on commit 842e347

Please sign in to comment.