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: services:
database: database:
image: postgres:17-alpine image: postgres:18-alpine
restart: unless-stopped restart: unless-stopped
environment: environment:
POSTGRES_DB: patchmon_db POSTGRES_DB: patchmon_db

View File

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