From b9bd234aa1bd95de343dd135dbf3a766b51cc972 Mon Sep 17 00:00:00 2001 From: jirik Date: Thu, 9 Nov 2017 14:55:43 +0100 Subject: [PATCH] Update to current omniscale/imposm3 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 452429f..1ec9a9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,8 +32,8 @@ RUN go get github.com/julien-noblet/download-geofabrik \ && go get github.com/tools/godep \ # && git clone --quiet --depth 1 https://github.com/omniscale/imposm3 \ # - # testing new filter syntax : https://github.com/omniscale/imposm3/pull/135 - && git clone --quiet --depth 1 https://github.com/openmaptiles/imposm3.git -b filter_reject_require_v1 \ + # update to current omniscale/imposm3 + && git clone --quiet --depth 1 https://github.com/openmaptiles/imposm3.git -b v2017-10-18 \ $GOPATH/src/github.com/omniscale/imposm3 \ && make build \ && mv imposm3 /usr/bin/imposm3 \