From 413c2ca653f79f9aa36e1f82b8591c02ed7aebc5 Mon Sep 17 00:00:00 2001 From: Vincent Massol <vincent@massol.net> Date: Sun, 19 Jan 2020 15:48:15 +0100 Subject: [PATCH] [Misc] Upgrade to latest 12.x version of PostgreSQL to reduce maintenance but also to match the JDBC driver used in the XWiki docker image. --- docker-compose-postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-postgres.yml b/docker-compose-postgres.yml index 5c812be..f89e1f5 100644 --- a/docker-compose-postgres.yml +++ b/docker-compose-postgres.yml @@ -44,7 +44,7 @@ services: - bridge # The container that runs PostgreSQL db: - image: "postgres:12.1-alpine" + image: "postgres:12-alpine" container_name: xwiki-postgres-db volumes: - postgres-data:/var/lib/postgresql/data -- GitLab