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 a82c28e commit 7fed429Copy full SHA for 7fed429
9.5/Dockerfile
@@ -24,7 +24,7 @@ RUN mkdir /docker-entrypoint-initdb.d
24
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
25
26
ENV PG_MAJOR 9.5
27
-ENV PG_VERSION 9.5~alpha1-1.pgdg80+1
+ENV PG_VERSION 9.5~alpha2-1.pgdg80+1
28
29
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
30
0 commit comments