Skip to content

Commit c7f9d8a

Browse files
committed
Apply update.sh
1 parent 0b7c7f3 commit c7f9d8a

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

9.6-to-10/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM postgres:10-bullseye
33
RUN sed -i 's/$/ 9.6/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN 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

1010
ENV PGBINOLD /usr/lib/postgresql/9.6/bin

9.6-to-11/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM postgres:11-bullseye
33
RUN sed -i 's/$/ 9.6/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN 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

1010
ENV PGBINOLD /usr/lib/postgresql/9.6/bin

9.6-to-12/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM postgres:12-bullseye
33
RUN sed -i 's/$/ 9.6/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN 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

1010
ENV PGBINOLD /usr/lib/postgresql/9.6/bin

9.6-to-13/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM postgres:13-bullseye
33
RUN sed -i 's/$/ 9.6/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN 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

1010
ENV PGBINOLD /usr/lib/postgresql/9.6/bin

9.6-to-14/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM postgres:14-bullseye
33
RUN sed -i 's/$/ 9.6/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN 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

1010
ENV PGBINOLD /usr/lib/postgresql/9.6/bin

9.6-to-15/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM postgres:15-bullseye
33
RUN sed -i 's/$/ 9.6/' /etc/apt/sources.list.d/pgdg.list
44

55
RUN 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

1010
ENV PGBINOLD /usr/lib/postgresql/9.6/bin

0 commit comments

Comments
 (0)