From aa4cf5dc167e4e1be60117890d067c4469ad7ef9 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 17 May 2019 01:27:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B4=D0=BE=203.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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