fix: pin PostgreSQL image to 15-bookworm

This commit is contained in:
Herculino Trotta
2025-12-09 20:10:05 -03:00
committed by GitHub
parent 16de87376a
commit 1978a467cb

View File

@@ -11,7 +11,7 @@ services:
restart: unless-stopped
db:
image: postgres:15
image: postgres:15-bookworm
container_name: ${DB_NAME}
restart: unless-stopped
volumes: