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] committed Sep 21, 2023
1 parent 27e689f commit 381443c
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 @@ -2,7 +2,7 @@ version: "3.7"

services:
db:
image: postgres:12
image: postgres:16
environment:
- POSTGRES_PASSWORD=postgres
- POSTGRES_USER=postgres
Expand Down

0 comments on commit 381443c

Please sign in to comment.