File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN mkdir /docker-entrypoint-initdb.d
24
24
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
25
25
26
26
ENV PG_MAJOR 9.0
27
- ENV PG_VERSION 9.0.20-1 .pgdg70+1
27
+ ENV PG_VERSION 9.0.20-2 .pgdg70+1
28
28
29
29
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
30
30
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN mkdir /docker-entrypoint-initdb.d
24
24
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
25
25
26
26
ENV PG_MAJOR 9.1
27
- ENV PG_VERSION 9.1.16-1 .pgdg70+1
27
+ ENV PG_VERSION 9.1.16-2 .pgdg70+1
28
28
29
29
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
30
30
You can’t perform that action at this time.
0 commit comments