We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b1a0c commit 570ca9eCopy full SHA for 570ca9e
9.3/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.3
31
-ENV PG_VERSION 9.3.14-1.pgdg80+1
+ENV PG_VERSION 9.3.15-1.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