chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2025-03-18 02:32:27 +00:00
parent 4a7d4b69f1
commit 97957e5f5e

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:16.8@sha256:fe4381156087f199a81f703cb526acbe4aa481ee822a07b9d33e36c2c111e04f
image: postgres:17.4@sha256:58bb12171087c66904a8e9ef17ddfd8e36580ffa3926cb15b4e212abf3f7ef30
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data