Skip to content

Commit bf76827

Browse files
committed
Apply update.sh
1 parent 7820279 commit bf76827

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

10-to-11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:11-bullseye
33
RUN sed -i 's/$/ 10/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6-
postgresql-10=10.23-1.pgdg110+1 \
6+
postgresql-10=10.23-2.pgdg110+1 \
77
&& rm -rf /var/lib/apt/lists/*
88

99
ENV PGBINOLD /usr/lib/postgresql/10/bin

10-to-12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:12-bullseye
33
RUN sed -i 's/$/ 10/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6-
postgresql-10=10.23-1.pgdg110+1 \
6+
postgresql-10=10.23-2.pgdg110+1 \
77
&& rm -rf /var/lib/apt/lists/*
88

99
ENV PGBINOLD /usr/lib/postgresql/10/bin

10-to-13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:13-bullseye
33
RUN sed -i 's/$/ 10/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6-
postgresql-10=10.23-1.pgdg110+1 \
6+
postgresql-10=10.23-2.pgdg110+1 \
77
&& rm -rf /var/lib/apt/lists/*
88

99
ENV PGBINOLD /usr/lib/postgresql/10/bin

10-to-14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:14-bullseye
33
RUN sed -i 's/$/ 10/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6-
postgresql-10=10.23-1.pgdg110+1 \
6+
postgresql-10=10.23-2.pgdg110+1 \
77
&& rm -rf /var/lib/apt/lists/*
88

99
ENV PGBINOLD /usr/lib/postgresql/10/bin

10-to-15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:15-bullseye
33
RUN sed -i 's/$/ 10/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6-
postgresql-10=10.23-1.pgdg110+1 \
6+
postgresql-10=10.23-2.pgdg110+1 \
77
&& rm -rf /var/lib/apt/lists/*
88

99
ENV PGBINOLD /usr/lib/postgresql/10/bin

11-to-12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:12-bullseye
33
RUN sed -i 's/$/ 11/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6-
postgresql-11=11.20-1.pgdg110+1 \
6+
postgresql-11=11.21-1.pgdg110+1 \
77
&& rm -rf /var/lib/apt/lists/*
88

99
ENV PGBINOLD /usr/lib/postgresql/11/bin

11-to-13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:13-bullseye
33
RUN sed -i 's/$/ 11/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6-
postgresql-11=11.20-1.pgdg110+1 \
6+
postgresql-11=11.21-1.pgdg110+1 \
77
&& rm -rf /var/lib/apt/lists/*
88

99
ENV PGBINOLD /usr/lib/postgresql/11/bin

11-to-14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:14-bullseye
33
RUN sed -i 's/$/ 11/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6-
postgresql-11=11.20-1.pgdg110+1 \
6+
postgresql-11=11.21-1.pgdg110+1 \
77
&& rm -rf /var/lib/apt/lists/*
88

99
ENV PGBINOLD /usr/lib/postgresql/11/bin

11-to-15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:15-bullseye
33
RUN sed -i 's/$/ 11/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6-
postgresql-11=11.20-1.pgdg110+1 \
6+
postgresql-11=11.21-1.pgdg110+1 \
77
&& rm -rf /var/lib/apt/lists/*
88

99
ENV PGBINOLD /usr/lib/postgresql/11/bin

12-to-13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:13-bullseye
33
RUN sed -i 's/$/ 12/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6-
postgresql-12=12.15-1.pgdg110+1 \
6+
postgresql-12=12.16-1.pgdg110+1 \
77
&& rm -rf /var/lib/apt/lists/*
88

99
ENV PGBINOLD /usr/lib/postgresql/12/bin

0 commit comments

Comments
 (0)