chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2025-01-14 06:32:59 +00:00
parent 9c631204c8
commit a1b278daf9

View file

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