Skip to content

Commit

Permalink
Update postgres Docker tag to v16 (#9)
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 Jul 8, 2024
1 parent 72a0e0e commit 5c83064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/docker/db/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'

services:
db:
image: postgres:14
image: postgres:16
volumes:
- vk-forwarder-bot-volume-db:/var/lib/postgresql/data
- vk-forwarder-bot-volume-db-backup:/backup
Expand Down

0 comments on commit 5c83064

Please sign in to comment.