Bump postgres from 16-alpine to 18-alpine in /projects/tandoor

Bumps postgres from 16-alpine to 18-alpine.

---
updated-dependencies:
- dependency-name: postgres
  dependency-version: 18-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-21 10:54:32 +00:00
committed by GitHub
parent 579a694fdd
commit 06ae91b0a4

View File

@@ -19,7 +19,7 @@ services:
db:
container_name: tandoor_db
restart: unless-stopped
image: postgres:16-alpine
image: postgres:18-alpine
volumes:
- ./postgresql:/var/lib/postgresql/data
environment: