From a869eeccfb98c9653fca9f135f3bafa758c6f4f7 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 9 Feb 2017 11:02:21 -0800 Subject: [PATCH] Update to 9.5.6-1.pgdg80+1 --- 9.5/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.5/Dockerfile b/9.5/Dockerfile index 2019945645..ac8281a88c 100644 --- a/9.5/Dockerfile +++ b/9.5/Dockerfile @@ -37,7 +37,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 9.5 -ENV PG_VERSION 9.5.5-1.pgdg80+1 +ENV PG_VERSION 9.5.6-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