chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2024-12-25 00:32:50 +00:00
parent 74b909cf32
commit cee15eb8bd

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:16.6@sha256:1ca4a219fda8b37077e5d277823506f827b628cc617a4df73e279cafd6404e5b
image: postgres:17.2@sha256:45f29b3f587df02d528d654dda756e4d21e4d5692a37214b4466a99004ec51c8
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data