diff --git a/compose.yaml b/compose.yaml index 224f42d25..29001538b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -25,7 +25,7 @@ services: tux-postgres: container_name: tux-postgres hostname: tux-postgres - image: postgres:17-alpine@sha256:ff4ccc02b97e0ebb6b328ef9ff92522f95586f83be6801896b615088defc8ad2 + image: postgres:18-alpine@sha256:4eb15de8e7b692c02427a2df278d18eb89422a534e428efb6d43c968250334d4 restart: ${RESTART_POLICY:-no} environment: POSTGRES_DB: ${POSTGRES_DB:-tuxdb}