Skip to content

Commit

Permalink
Update postgres Docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 13, 2024
1 parent a19f604 commit 7dce735
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 7dce735

Please sign in to comment.