Skip to content

Commit

Permalink
Update postgres Docker tag to v17 (#2665)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent ff990a2 commit ef0a030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

services:
db:
image: "postgres:16-alpine"
image: "postgres:17-alpine"
restart: unless-stopped
volumes:
- pgdata:/var/lib/postgresql/data
Expand Down

0 comments on commit ef0a030

Please sign in to comment.