version bumps
This commit is contained in:
parent
ea490430aa
commit
7c8e945a80
|
|
@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
|
|||
&& chmod +x /usr/local/bin/gosu
|
||||
|
||||
ENV PG_MAJOR 8.4
|
||||
ENV PG_VERSION 8.4.21-1.pgdg70+1
|
||||
ENV PG_VERSION 8.4.22-1.pgdg70+1
|
||||
|
||||
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
|
||||
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
|
|||
&& chmod +x /usr/local/bin/gosu
|
||||
|
||||
ENV PG_MAJOR 9.0
|
||||
ENV PG_VERSION 9.0.17-1.pgdg70+1
|
||||
ENV PG_VERSION 9.0.18-1.pgdg70+1
|
||||
|
||||
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
|
||||
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
|
|||
&& chmod +x /usr/local/bin/gosu
|
||||
|
||||
ENV PG_MAJOR 9.1
|
||||
ENV PG_VERSION 9.1.13-1.pgdg70+1
|
||||
ENV PG_VERSION 9.1.14-1.pgdg70+1
|
||||
|
||||
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
|
||||
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
|
|||
&& chmod +x /usr/local/bin/gosu
|
||||
|
||||
ENV PG_MAJOR 9.2
|
||||
ENV PG_VERSION 9.2.8-1.pgdg70+1
|
||||
ENV PG_VERSION 9.2.9-1.pgdg70+1
|
||||
|
||||
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
|
||||
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
|
|||
&& chmod +x /usr/local/bin/gosu
|
||||
|
||||
ENV PG_MAJOR 9.3
|
||||
ENV PG_VERSION 9.3.4-1.pgdg70+1
|
||||
ENV PG_VERSION 9.3.5-1.pgdg70+1
|
||||
|
||||
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
|
||||
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
|
|||
&& chmod +x /usr/local/bin/gosu
|
||||
|
||||
ENV PG_MAJOR 9.4
|
||||
ENV PG_VERSION 9.4~beta1-2.pgdg70+1
|
||||
ENV PG_VERSION 9.4~beta2-1.pgdg70+1
|
||||
|
||||
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
|
||||
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
|
||||
|
|
|
|||
Loading…
Reference in New Issue