chore(deps): update postgres docker tag to v18

This commit is contained in:
renovate[bot]
2025-10-08 17:53:09 +00:00
committed by GitHub
parent 566c415471
commit 15b2023668
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: patchmon-dev
services:
database:
image: postgres:17-alpine
image: postgres:18-alpine
restart: unless-stopped
environment:
POSTGRES_DB: patchmon_db

View File

@@ -2,7 +2,7 @@ name: patchmon
services:
database:
image: postgres:17-alpine
image: postgres:18-alpine
restart: unless-stopped
environment:
POSTGRES_DB: patchmon_db