Skip to content

Commit c1d9de6

Browse files
committed
fixed version for dev packages
1 parent ade071e commit c1d9de6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ VOLUME /var/lib/postgresql/data
169169

170170
# HypoPG is a PostgreSQL extension, adding support for Hypothetical Indexes. It’s compatible with PostgreSQL 9.2 and above.
171171
# it is used by the latest version of SIDES
172-
RUN apt-get update && apt-get install -y git wget zip postgresql-server-dev-9.6 build-essential
172+
RUN apt-get update && apt-get install -y git wget zip postgresql-server-dev-10 build-essential
173173
RUN cd /usr/local/src && \
174174
wget https://github.com/HypoPG/hypopg/archive/master.zip && \
175175
unzip master.zip && \

11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ VOLUME /var/lib/postgresql/data
169169

170170
# HypoPG is a PostgreSQL extension, adding support for Hypothetical Indexes. It’s compatible with PostgreSQL 9.2 and above.
171171
# it is used by the latest version of SIDES
172-
RUN apt-get update && apt-get install -y git wget zip postgresql-server-dev-9.6 build-essential
172+
RUN apt-get update && apt-get install -y git wget zip postgresql-server-dev-11 build-essential
173173
RUN cd /usr/local/src && \
174174
wget https://github.com/HypoPG/hypopg/archive/master.zip && \
175175
unzip master.zip && \

0 commit comments

Comments
 (0)