chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2025-04-08 08:33:02 +00:00
parent 15d4d8071c
commit b4a294450c

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:16.8@sha256:74e7a26f7db1d5bbce23b4132fb4855ed0987ec9dc44f6d078ba8800892dc927
image: postgres:17.4@sha256:6e57135d237944dddf7588b249edcdf78745a7c318e5444ae0375855b64ec6cf
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data