diff --git a/Dockerfile b/Dockerfile index d144437..452429f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN go get github.com/julien-noblet/download-geofabrik \ # && 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/ImreSamu/imposm3.git -b filter_reject_require_v1 \ + && git clone --quiet --depth 1 https://github.com/openmaptiles/imposm3.git -b filter_reject_require_v1 \ $GOPATH/src/github.com/omniscale/imposm3 \ && make build \ && mv imposm3 /usr/bin/imposm3 \