diff --git a/Dockerfile b/Dockerfile index 6314347..9c393a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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