chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2025-02-25 12:32:26 +00:00
parent 97d233ab95
commit 7f59cad47f

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:16.8@sha256:12c827ab26d9929e1fcf3439ed8f5af8616726d8a605d4dbb010abb797af1821
image: postgres:17.4@sha256:1c47b7139517eeb5e9747882983297a745517c3d70d2451e376f9fd5cc7cf1ef
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data