From ff6ff8839f67c3724b705df3d4f2c6e9863c6581 Mon Sep 17 00:00:00 2001
From: Cristiano Urban <cristiano.urban@inaf.it>
Date: Mon, 6 Dec 2021 10:19:59 +0100
Subject: [PATCH] Revert to version 12 (needed to ensure that pgSphere works
 fine).

Signed-off-by: Cristiano Urban <cristiano.urban@inaf.it>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index f170ecb..1954427 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Use posgres as base image
-FROM library/postgres:14
+FROM library/postgres:12
 
 # Allow access without password
 ENV POSTGRES_HOST_AUTH_METHOD=trust
-- 
GitLab