chore(deps): update postgres docker tag to v18.2 (#13987)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-13 12:27:29 -05:00
committed by GitHub
parent 1ca9841ce5
commit 25f866cac1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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