From 46bc23cd0dbb7935e3d2baaddfefaed42ac65ce2 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 21 May 2018 12:02:11 +0000 Subject: [PATCH] Update to 9.6.9-2.pgdg90+1 --- 9.6/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.6/Dockerfile b/9.6/Dockerfile index 3b96768453..a7efa980ed 100644 --- a/9.6/Dockerfile +++ b/9.6/Dockerfile @@ -54,7 +54,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 9.6 -ENV PG_VERSION 9.6.9-1.pgdg90+1 +ENV PG_VERSION 9.6.9-2.pgdg90+1 RUN set -ex; \ \