From e7222bf98572eec2a7b8875c13825015a163091c Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 11 May 2017 11:02:24 -0700 Subject: [PATCH] Update to 9.6.3-1.pgdg80+1 --- 9.6/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.6/Dockerfile b/9.6/Dockerfile index b3fc279a9d..2ffe4025eb 100644 --- a/9.6/Dockerfile +++ b/9.6/Dockerfile @@ -37,7 +37,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 9.6 -ENV PG_VERSION 9.6.2-1.pgdg80+1 +ENV PG_VERSION 9.6.3-1.pgdg80+1 RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list