From 7b1d1a3613b5a5fe0d4846a72f8d3fab17b46dd6 Mon Sep 17 00:00:00 2001 From: Cristiano Urban <cristiano.urban@inaf.it> Date: Thu, 30 Sep 2021 11:51:54 +0200 Subject: [PATCH] Switch to PostgreSQL version 13. 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 4f813f5..c632aa7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use posgres as base image -FROM library/postgres:12 +FROM library/postgres:13 # Allow access without password ENV POSTGRES_HOST_AUTH_METHOD=trust -- GitLab