Skip to content

Commit

Permalink
Merge pull request #16 from x-qdo/renovate/docker-postgres-12.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v12.6
  • Loading branch information
kuzaxak committed Mar 23, 2021
2 parents 2fc9e36 + 7b243ec commit e402b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.7'
services:

postgres:
image: postgres:12.4-alpine
image: postgres:12.6-alpine
environment:
- POSTGRES_USER=root
- POSTGRES_PASSWORD=root
Expand Down

0 comments on commit e402b47

Please sign in to comment.