From 7c8e945a80097e80fa1c8d69d2a027145177b701 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Wed, 30 Jul 2014 15:22:30 -0600 Subject: [PATCH] version bumps --- 8.4/Dockerfile | 2 +- 9.0/Dockerfile | 2 +- 9.1/Dockerfile | 2 +- 9.2/Dockerfile | 2 +- 9.3/Dockerfile | 2 +- 9.4/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/8.4/Dockerfile b/8.4/Dockerfile index 3e7263a78a..845c39b567 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -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 \ diff --git a/9.0/Dockerfile b/9.0/Dockerfile index 17564e8d66..438a52a98d 100644 --- a/9.0/Dockerfile +++ b/9.0/Dockerfile @@ -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 \ diff --git a/9.1/Dockerfile b/9.1/Dockerfile index f6e8596f0c..894a169f4d 100644 --- a/9.1/Dockerfile +++ b/9.1/Dockerfile @@ -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 \ diff --git a/9.2/Dockerfile b/9.2/Dockerfile index ec10dcf344..f2545fff3b 100644 --- a/9.2/Dockerfile +++ b/9.2/Dockerfile @@ -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 \ diff --git a/9.3/Dockerfile b/9.3/Dockerfile index c706046bd3..6c9336b315 100644 --- a/9.3/Dockerfile +++ b/9.3/Dockerfile @@ -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 \ diff --git a/9.4/Dockerfile b/9.4/Dockerfile index dbc3a8c72b..4d303671b0 100644 --- a/9.4/Dockerfile +++ b/9.4/Dockerfile @@ -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 \