From ac9f86a525e411e9ca0dbde7b90423fb5808163b Mon Sep 17 00:00:00 2001 From: szaimen Date: Sun, 17 Jul 2022 18:54:49 +0200 Subject: [PATCH] update postgres to 14.4 Signed-off-by: szaimen --- Containers/postgresql/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/postgresql/Dockerfile b/Containers/postgresql/Dockerfile index 6c0743ca..ccf22d09 100644 --- a/Containers/postgresql/Dockerfile +++ b/Containers/postgresql/Dockerfile @@ -1,5 +1,5 @@ # From https://github.com/docker-library/postgres/blob/master/13/alpine/Dockerfile -FROM postgres:14.3-alpine3.15 +FROM postgres:14.4-alpine RUN apk add --update --no-cache bash openssl shadow netcat-openbsd