Thanks to visit codestin.com Credit goes to github.com
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.
2 parents fc445dc + 5f40175 commit 546985fCopy full SHA for 546985f
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~rc1-1.pgdg70+1
+ENV PG_VERSION 9.4.0-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