Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
15b2023668 chore(deps): update postgres docker tag to v18 2025-10-08 17:53:09 +00:00
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