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