Skip to content

Commit

Permalink
[renovate-bot] - Update postgres Docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 4f1691f commit e509b12
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 @@ -6,7 +6,7 @@ services:
environment:
- POSTGRES_USER=admin
- POSTGRES_PASSWORD=password
image: 'postgres:16.5'
image: 'postgres:17.1'
volumes:
- data_db:/var/lib/postgresql/data
volumes:
Expand Down

0 comments on commit e509b12

Please sign in to comment.