File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
9
9
&& chmod +x /usr/local/bin/gosu
10
10
11
11
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
13
13
14
14
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
15
15
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
9
9
&& chmod +x /usr/local/bin/gosu
10
10
11
11
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
13
13
14
14
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
15
15
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
9
9
&& chmod +x /usr/local/bin/gosu
10
10
11
11
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
13
13
14
14
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
15
15
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
9
9
&& chmod +x /usr/local/bin/gosu
10
10
11
11
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
13
13
14
14
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
15
15
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
9
9
&& chmod +x /usr/local/bin/gosu
10
10
11
11
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
13
13
14
14
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
15
15
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/dow
9
9
&& chmod +x /usr/local/bin/gosu
10
10
11
11
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
13
13
14
14
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list \
15
15
&& curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc \
You can’t perform that action at this time.
0 commit comments