Skip to content

Commit bfca9b8

Browse files
committed
Update to 9.0.22-1.pgdg70+1, 9.1.18-1.pgdg70+1, 9.2.13-1.pgdg70+1, 9.3.9-1.pgdg70+1, and 9.4.4-1.pgdg70+1
1 parent c97dd44 commit bfca9b8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

9.0/Dockerfile

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

2626
ENV PG_MAJOR 9.0
27-
ENV PG_VERSION 9.0.21-1.pgdg70+1
27+
ENV PG_VERSION 9.0.22-1.pgdg70+1
2828

2929
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3030

9.1/Dockerfile

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

2626
ENV PG_MAJOR 9.1
27-
ENV PG_VERSION 9.1.17-1.pgdg70+1
27+
ENV PG_VERSION 9.1.18-1.pgdg70+1
2828

2929
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3030

9.2/Dockerfile

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

2626
ENV PG_MAJOR 9.2
27-
ENV PG_VERSION 9.2.12-1.pgdg70+1
27+
ENV PG_VERSION 9.2.13-1.pgdg70+1
2828

2929
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3030

9.3/Dockerfile

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

2626
ENV PG_MAJOR 9.3
27-
ENV PG_VERSION 9.3.8-1.pgdg70+1
27+
ENV PG_VERSION 9.3.9-1.pgdg70+1
2828

2929
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3030

9.4/Dockerfile

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

2626
ENV PG_MAJOR 9.4
27-
ENV PG_VERSION 9.4.3-1.pgdg70+1
27+
ENV PG_VERSION 9.4.4-1.pgdg70+1
2828

2929
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
3030

0 commit comments

Comments
 (0)