We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f790d commit 314f50eCopy full SHA for 314f50e
1 file changed
images/tiler-imposm/Dockerfile
@@ -40,11 +40,11 @@ RUN git clone https://github.com/OpenHistoricalMap/DateFunctions-plpgsql.git /us
40
41
WORKDIR /go
42
ENV GOPATH /go
43
-RUN echo "Version v0.14.2"
44
-RUN git clone https://github.com/omniscale/imposm3.git $GOPATH/src/github.com/omniscale/imposm3
+RUN echo "objs_warnings"
+RUN git clone https://github.com/OpenHistoricalMap/imposm3.git $GOPATH/src/github.com/omniscale/imposm3
45
46
WORKDIR $GOPATH/src/github.com/omniscale/imposm3
47
-RUN git checkout v0.14.2
+RUN git checkout objs_warnings
48
49
# Apply fixes or patches (if necessary)
50
RUN sed -i '/setMaxFileSize/d' cache/ldb_pre_121.go
0 commit comments