File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM postgres:10-bullseye
33RUN sed -i 's/$/ 9.6/' /etc/apt/sources.list.d/pgdg.list
44
55RUN apt-get update && apt-get install -y --no-install-recommends \
6- postgresql-9.6=9.6.24-3 .pgdg110+1 \
7- postgresql-contrib-9.6=9.6.24-3 .pgdg110+1 \
6+ postgresql-9.6=9.6.24-4 .pgdg110+1 \
7+ postgresql-contrib-9.6=9.6.24-4 .pgdg110+1 \
88 && rm -rf /var/lib/apt/lists/*
99
1010ENV PGBINOLD /usr/lib/postgresql/9.6/bin
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM postgres:11-bullseye
33RUN sed -i 's/$/ 9.6/' /etc/apt/sources.list.d/pgdg.list
44
55RUN apt-get update && apt-get install -y --no-install-recommends \
6- postgresql-9.6=9.6.24-3 .pgdg110+1 \
7- postgresql-contrib-9.6=9.6.24-3 .pgdg110+1 \
6+ postgresql-9.6=9.6.24-4 .pgdg110+1 \
7+ postgresql-contrib-9.6=9.6.24-4 .pgdg110+1 \
88 && rm -rf /var/lib/apt/lists/*
99
1010ENV PGBINOLD /usr/lib/postgresql/9.6/bin
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM postgres:12-bullseye
33RUN sed -i 's/$/ 9.6/' /etc/apt/sources.list.d/pgdg.list
44
55RUN apt-get update && apt-get install -y --no-install-recommends \
6- postgresql-9.6=9.6.24-3 .pgdg110+1 \
7- postgresql-contrib-9.6=9.6.24-3 .pgdg110+1 \
6+ postgresql-9.6=9.6.24-4 .pgdg110+1 \
7+ postgresql-contrib-9.6=9.6.24-4 .pgdg110+1 \
88 && rm -rf /var/lib/apt/lists/*
99
1010ENV PGBINOLD /usr/lib/postgresql/9.6/bin
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM postgres:13-bullseye
33RUN sed -i 's/$/ 9.6/' /etc/apt/sources.list.d/pgdg.list
44
55RUN apt-get update && apt-get install -y --no-install-recommends \
6- postgresql-9.6=9.6.24-3 .pgdg110+1 \
7- postgresql-contrib-9.6=9.6.24-3 .pgdg110+1 \
6+ postgresql-9.6=9.6.24-4 .pgdg110+1 \
7+ postgresql-contrib-9.6=9.6.24-4 .pgdg110+1 \
88 && rm -rf /var/lib/apt/lists/*
99
1010ENV PGBINOLD /usr/lib/postgresql/9.6/bin
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM postgres:14-bullseye
33RUN sed -i 's/$/ 9.6/' /etc/apt/sources.list.d/pgdg.list
44
55RUN apt-get update && apt-get install -y --no-install-recommends \
6- postgresql-9.6=9.6.24-3 .pgdg110+1 \
7- postgresql-contrib-9.6=9.6.24-3 .pgdg110+1 \
6+ postgresql-9.6=9.6.24-4 .pgdg110+1 \
7+ postgresql-contrib-9.6=9.6.24-4 .pgdg110+1 \
88 && rm -rf /var/lib/apt/lists/*
99
1010ENV PGBINOLD /usr/lib/postgresql/9.6/bin
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM postgres:15-bullseye
33RUN sed -i 's/$/ 9.6/' /etc/apt/sources.list.d/pgdg.list
44
55RUN apt-get update && apt-get install -y --no-install-recommends \
6- postgresql-9.6=9.6.24-3 .pgdg110+1 \
7- postgresql-contrib-9.6=9.6.24-3 .pgdg110+1 \
6+ postgresql-9.6=9.6.24-4 .pgdg110+1 \
7+ postgresql-contrib-9.6=9.6.24-4 .pgdg110+1 \
88 && rm -rf /var/lib/apt/lists/*
99
1010ENV PGBINOLD /usr/lib/postgresql/9.6/bin
You can’t perform that action at this time.
0 commit comments