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 fc36c25 commit 1b305a5Copy full SHA for 1b305a5
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~beta4-1.pgdg80+1
+ENV PG_VERSION 9.6~rc1-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