chore(deps): update postgres docker tag to v17.4 (#13196)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-23 19:18:45 -05:00
committed by GitHub
parent a3f5721abb
commit cba2bc5ecf
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 - ./install/docker/setup.json:/usr/src/app/setup.json
postgres: postgres:
image: postgres:17.3-alpine image: postgres:17.4-alpine
restart: unless-stopped restart: unless-stopped
environment: environment:
POSTGRES_USER: nodebb POSTGRES_USER: nodebb

View File

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