From 0531d6a4a3291f962add53bf28324c18b7652709 Mon Sep 17 00:00:00 2001
From: Cristiano Urban <cristiano.urban@inaf.it>
Date: Sun, 10 Oct 2021 20:38:04 +0200
Subject: [PATCH] Switch to PostgreSQL version 14.

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 c632aa7..f170ecb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Use posgres as base image
-FROM library/postgres:13
+FROM library/postgres:14
 
 # Allow access without password
 ENV POSTGRES_HOST_AUTH_METHOD=trust
-- 
GitLab