Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit 04b1d36

Browse files
committed
Update to 9.5.3-1.pgdg80+1, 9.4.8-1.pgdg80+1, 9.3.13-1.pgdg80+1, 9.2.17-1.pgdg80+1, 9.1.22-1.pgdg80+1
1 parent a0c9cfd commit 04b1d36

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

9.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN mkdir /docker-entrypoint-initdb.d
2828
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2929

3030
ENV PG_MAJOR 9.1
31-
ENV PG_VERSION 9.1.21-1.pgdg80+1
31+
ENV PG_VERSION 9.1.22-1.pgdg80+1
3232

3333
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3434

9.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN mkdir /docker-entrypoint-initdb.d
2828
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2929

3030
ENV PG_MAJOR 9.2
31-
ENV PG_VERSION 9.2.16-1.pgdg80+1
31+
ENV PG_VERSION 9.2.17-1.pgdg80+1
3232

3333
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3434

9.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN mkdir /docker-entrypoint-initdb.d
2828
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2929

3030
ENV PG_MAJOR 9.3
31-
ENV PG_VERSION 9.3.12-1.pgdg80+1
31+
ENV PG_VERSION 9.3.13-1.pgdg80+1
3232

3333
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3434

9.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN mkdir /docker-entrypoint-initdb.d
2828
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2929

3030
ENV PG_MAJOR 9.4
31-
ENV PG_VERSION 9.4.7-1.pgdg80+1
31+
ENV PG_VERSION 9.4.8-1.pgdg80+1
3232

3333
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3434

9.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN mkdir /docker-entrypoint-initdb.d
2828
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2929

3030
ENV PG_MAJOR 9.5
31-
ENV PG_VERSION 9.5.2-1.pgdg80+1
31+
ENV PG_VERSION 9.5.3-1.pgdg80+1
3232

3333
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3434

0 commit comments

Comments
 (0)