Skip to content

Commit 82e9f18

Browse files
committed
Update Postgres to Debian Trixie
1 parent 3b8d137 commit 82e9f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
POSTGRES_USER: "${POSTGRES_USER}"
5252
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
5353
# POSTGRES_DB: "${POSTGRES_DB}"
54-
image: "postgres:18.0-bookworm"
54+
image: "postgres:18.0-trixie"
5555
profiles: ["postgres"]
5656
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
5757
stop_grace_period: "3s"

0 commit comments

Comments
 (0)