From 04626521017c8f1daa3839e3e5d36a606ec98f80 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 21 Jun 2019 06:02:19 +0000 Subject: [PATCH] Update to 9.5.18-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 d6f1bea2df..ea454ad2a9 100644 --- a/9.5/Dockerfile +++ b/9.5/Dockerfile @@ -71,7 +71,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 9.5 -ENV PG_VERSION 9.5.17-1.pgdg90+1 +ENV PG_VERSION 9.5.18-1.pgdg90+1 RUN set -ex; \ \