We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819476b commit 1c018f1Copy full SHA for 1c018f1
9.6/Dockerfile
@@ -28,7 +28,7 @@ RUN mkdir /docker-entrypoint-initdb.d
28
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
29
30
ENV PG_MAJOR 9.6
31
-ENV PG_VERSION 9.6.1-1.pgdg80+1
+ENV PG_VERSION 9.6.1-2.pgdg80+1
32
33
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
34
0 commit comments