From 2bae7d8575d127aefa55525fdd564c1b37464c72 Mon Sep 17 00:00:00 2001 From: Cristiano Urban <cristiano.urban@inaf.it> Date: Wed, 20 Dec 2023 11:32:10 +0100 Subject: [PATCH] Switch to Postgres v16.1. 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 1954427..5d51c88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use posgres as base image -FROM library/postgres:12 +FROM library/postgres:16.1 # Allow access without password ENV POSTGRES_HOST_AUTH_METHOD=trust -- GitLab