[MM] Bump Postgres to 12.18

This commit is contained in:
thopic 2024-02-13 12:56:20 +01:00
parent 0b11ace19f
commit 562a7a520b
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -2,7 +2,7 @@ version: "3.8"
services: services:
db: db:
image: postgres:12.15-alpine image: postgres:12.18-alpine
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${DATA_PATH}/db/var/lib/postgresql/data:/var/lib/postgresql/data - ${DATA_PATH}/db/var/lib/postgresql/data:/var/lib/postgresql/data