Skip to content

Commit 3e15d8b

Browse files
committed
Apply update.sh
1 parent bbb5885 commit 3e15d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

9.5-to-9.6/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM postgres:9.6
33
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg 9.5' > /etc/apt/sources.list.d/postgres-9.5.list
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6-
postgresql-9.5=9.5.4-1.pgdg80+1 \
7-
postgresql-contrib-9.5=9.5.4-1.pgdg80+1 \
6+
postgresql-9.5=9.5.4-1.pgdg80+2 \
7+
postgresql-contrib-9.5=9.5.4-1.pgdg80+2 \
88
&& rm -rf /var/lib/apt/lists/*
99

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

0 commit comments

Comments
 (0)