1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-12-03 22:31:18 +03:00

version bumps

This commit is contained in:
Joe Ferguson
2014-07-30 15:22:30 -06:00
parent ea490430aa
commit 7c8e945a80
6 changed files with 6 additions and 6 deletions

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \