chore(deps): update postgres docker tag to v18 (#13679)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-06 10:28:44 -04:00
committed by GitHub
parent d73892aeda
commit 923ddbc1f1
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ jobs:
services:
postgres:
image: 'postgres:17-alpine'
image: 'postgres:18-alpine'
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres

View File

@@ -14,7 +14,7 @@ services:
- ./install/docker/setup.json:/usr/src/app/setup.json
postgres:
image: postgres:17.6-alpine
image: postgres:18.0-alpine
restart: unless-stopped
environment:
POSTGRES_USER: nodebb

View File

@@ -34,7 +34,7 @@ services:
- redis
postgres:
image: postgres:17.6-alpine
image: postgres:18.0-alpine
restart: unless-stopped
environment:
POSTGRES_USER: nodebb