chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2024-11-12 06:32:42 +00:00
parent 8b11e056cc
commit 56f96a8ba8

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:16.4@sha256:48186004768c61a8d52d00057cb585ff21bde747096c424fbdeb8b6c0a265d58 image: postgres:17.0@sha256:e49dd801ba4d7417bf4c5a3e40624a492f8a1c41d2992a45f888841ec3f3621c
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data