chore(deps): update postgres docker tag to v17.2 (#12931)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-23 09:37:23 -05:00
committed by GitHub
parent f9c4815a8b
commit 036f456460
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:17.1-alpine
image: postgres:17.2-alpine
restart: unless-stopped
environment:
POSTGRES_USER: nodebb

View File

@@ -36,7 +36,7 @@ services:
- redis
postgres:
image: postgres:17.1-alpine
image: postgres:17.2-alpine
restart: unless-stopped
environment:
POSTGRES_USER: nodebb