From 347593c5d25935dc1480adc6079400c2faf7ae5f 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.3.17-1.pgdg80+1 --- 9.3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.3/Dockerfile b/9.3/Dockerfile index d5cc253223..e83b594e88 100644 --- a/9.3/Dockerfile +++ b/9.3/Dockerfile @@ -37,7 +37,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 9.3 -ENV PG_VERSION 9.3.16-1.pgdg80+1 +ENV PG_VERSION 9.3.17-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