Обновил до 3.0.3

master
Vitaliy Filippov 2019-05-17 01:27:28 +03:00
parent 9cb3c50a21
commit aa4cf5dc16
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN mkdir /home/valhalla && \
RUN cd /home/valhalla && \
git clone https://github.com/valhalla/valhalla && \
cd /home/valhalla/valhalla && git checkout 3.0.2 && \
cd /home/valhalla/valhalla && git checkout 3.0.3 && \
git submodule update --init --recursive
ADD geos-3.7.diff /home