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 @@ -49,7 +49,7 @@ RUN set -ex; \
49
49
ENV PG_MAJOR 10
50
50
ENV PG_VERSION 10~beta1-1.pgdg90+1
51
51
52
- RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie -pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
52
+ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ stretch -pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
53
53
54
54
RUN apt-get update \
55
55
&& apt-get install -y postgresql-common \
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN set -ex; \
49
49
ENV PG_MAJOR %%PG_MAJOR%%
50
50
ENV PG_VERSION %%PG_VERSION%%
51
51
52
- RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie -pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
52
+ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ %%DEBIAN_SUITE%% -pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
53
53
54
54
RUN apt-get update \
55
55
&& apt-get install -y postgresql-common \
You can’t perform that action at this time.
0 commit comments