Update postgres Docker tag to v18

This commit is contained in:
renovate[bot]
2025-11-14 03:59:27 +00:00
committed by GitHub
parent a597d80ea3
commit 67fc9a96dc

View File

@@ -42,7 +42,7 @@ services:
restart: on-failure:3
postgresql:
image: postgres:17.6
image: postgres:18.1
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}