Update docker.io/library/postgres Docker tag to v18

This commit is contained in:
Renovate Bot
2025-12-25 00:02:44 +00:00
parent 64057945f1
commit 1f619f17ae
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ services:
volumes:
- ${MAUTRIX_SIGNAL_DATA_DIR}:/data
mautrix-signal_db:
image: docker.io/library/postgres:17
image: docker.io/library/postgres:18
restart: always
volumes:
- ${MAUTRIX_SIGNAL_POSTGRES_DATA_DIR}:/var/lib/postgresql/data
@@ -50,7 +50,7 @@ services:
depends_on:
- mautrix-whatsapp_db
mautrix-whatsapp_db:
image: docker.io/library/postgres:17
image: docker.io/library/postgres:18
restart: always
volumes:
- ${MAUTRIX_WHATSAPP_POSTGRES_DATA_DIR}:/var/lib/postgresql/data
@@ -73,7 +73,7 @@ services:
depends_on:
- mas_db
mas_db:
image: docker.io/library/postgres:17
image: docker.io/library/postgres:18
restart: always
volumes:
- ${MAS_POSTGRES_DATA_DIR}:/var/lib/postgresql/data
@@ -84,7 +84,7 @@ services:
ports:
- 5441:5432
synapse_db:
image: docker.io/library/postgres:17
image: docker.io/library/postgres:18
restart: always
volumes:
- ${SYNAPSE_POSTGRES_DATA_DIR}:/var/lib/postgresql/data