File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ VOLUME /var/lib/postgresql/data
169
169
170
170
# HypoPG is a PostgreSQL extension, adding support for Hypothetical Indexes. It’s compatible with PostgreSQL 9.2 and above.
171
171
# 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
173
173
RUN cd /usr/local/src && \
174
174
wget https://github.com/HypoPG/hypopg/archive/master.zip && \
175
175
unzip master.zip && \
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ VOLUME /var/lib/postgresql/data
169
169
170
170
# HypoPG is a PostgreSQL extension, adding support for Hypothetical Indexes. It’s compatible with PostgreSQL 9.2 and above.
171
171
# 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
173
173
RUN cd /usr/local/src && \
174
174
wget https://github.com/HypoPG/hypopg/archive/master.zip && \
175
175
unzip master.zip && \
You can’t perform that action at this time.
0 commit comments