From fa4482cec89b300589c30fc5590995a31f569a06 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 14 May 2020 20:11:25 +0000 Subject: [PATCH] Update to 9.5.22-1.pgdg90+1 --- 9.5/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.5/Dockerfile b/9.5/Dockerfile index ec9e513f86..ebb61a52a9 100644 --- a/9.5/Dockerfile +++ b/9.5/Dockerfile @@ -83,7 +83,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 9.5 -ENV PG_VERSION 9.5.21-2.pgdg90+1 +ENV PG_VERSION 9.5.22-1.pgdg90+1 RUN set -ex; \ \