From bb9c315f55ee6e8bfea9c5caa4d6035808a2a6f7 Mon Sep 17 00:00:00 2001 From: thopic Date: Mon, 10 May 2021 22:45:16 +0200 Subject: [PATCH] Upgrade Postgre to 12.6 CERTFR-2021-AVI-117 --- db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/Dockerfile b/db/Dockerfile index ddfc70d..45c436c 100644 --- a/db/Dockerfile +++ b/db/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:12.5-alpine +FROM postgres:12.6-alpine ENV DEFAULT_TIMEZONE UTC