chore: update prod postgres to version 17.7
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2025-12-11 16:47:02 +01:00
parent 110e7f6cbd
commit 15bc2223f0
Signed by: moritz
GPG key ID: 1020A035E5DD0824

View file

@ -33,7 +33,7 @@ services:
restart: unless-stopped restart: unless-stopped
db-prod: db-prod:
image: postgres:16-alpine image: postgres:17.7-alpine
container_name: mv-prod-db container_name: mv-prod-db
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres