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 e30347e commit 595fb37Copy full SHA for 595fb37
9.4/Dockerfile
@@ -24,7 +24,7 @@ RUN mkdir /docker-entrypoint-initdb.d
24
RUN apt-key adv --keyserver pgp.mit.edu --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
25
26
ENV PG_MAJOR 9.4
27
-ENV PG_VERSION 9.4~beta3-1.pgdg70+1
+ENV PG_VERSION 9.4~rc1-1.pgdg70+1
28
29
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
30
0 commit comments