8000 version bumps · alexchan/postgres@7c8e945 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c8e945

Browse files
committed
version bumps
1 parent ea49043 commit 7c8e945

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

8.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
99
&& chmod +x /usr/local/bin/gosu
1010

1111
ENV PG_MAJOR 8.4
12-
ENV PG_VERSION 8.4.21-1.pgdg70+1
12+
ENV PG_VERSION 8.4.22-1.pgdg70+1
1313

1414
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
1515
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \

9.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
99
&& chmod +x /usr/local/bin/gosu
1010

1111
ENV PG_MAJOR 9.0
12-
ENV PG_VERSION 9.0.17-1.pgdg70+1
12+
ENV PG_VERSION 9.0.18-1.pgdg70+1
1313

1414
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
1515
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \

9.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
99
&& chmod +x /usr/local/bin/gosu
1010

1111
ENV PG_MAJOR 9.1
12-
ENV PG_VERSION 9.1.13-1.pgdg70+1
12+
ENV PG_VERSION 9.1.14-1.pgdg70+1
1313

1414
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
1515
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \

9.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
99
&& chmod +x /usr/local/bin/gosu
1010

1111
ENV PG_MAJOR 9.2
12-
ENV PG_VERSION 9.2.8-1.pgdg70+1
12+
ENV PG_VERSION 9.2.9-1.pgdg70+1
1313

1414
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
1515
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \

9.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
99
&& chmod +x /usr/local/bin/gosu
1010

1111
ENV PG_MAJOR 9.3
12-
ENV PG_VERSION 9.3.4-1.pgdg70+1
12+
ENV PG_VERSION 9.3.5-1.pgdg70+1
1313

1414
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
1515
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \

9.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
99
&& chmod +x /usr/local/bin/gosu
1010

1111
ENV PG_MAJOR 9.4
12-
ENV PG_VERSION 9.4~beta1-2.pgdg70+1
12+
ENV PG_VERSION 9.4~beta2-1.pgdg70+1
1313

1414
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
1515
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \

0 commit comments

Comments
 (0)
0