Skip to content

Commit

Permalink
Merge pull request #32 from trouchet/renovate/postgres-16.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v16
  • Loading branch information
brunolnetto authored May 13, 2024
2 parents 18c6b3e + 7dce735 commit 752a332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
db:
image: postgres:12
image: postgres:16
restart: always
volumes:
- ./postgres/docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d/
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
db:
image: postgres:12
image: postgres:16
restart: always
volumes:
- ./postgres/docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d/
Expand Down

0 comments on commit 752a332

Please sign in to comment.