We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7184a commit dd197b0Copy full SHA for dd197b0
1 file changed
osmium/Dockerfile
@@ -21,13 +21,13 @@ RUN apt-get update && \
21
protobuf-compiler \
22
zlib1g-dev && \
23
\
24
- git clone --branch v2.20.0 https://github.com/osmcode/libosmium.git /libosmium && \
+ git clone --branch v2.22.0 https://github.com/osmcode/libosmium.git /libosmium && \
25
mkdir /libosmium/build && \
26
cd /libosmium/build && \
27
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. && \
28
make && \
29
make install && \
30
- git clone --branch v1.16.0 https://github.com/osmcode/osmium-tool.git /osmium-tool && \
+ git clone --branch v1.18.0 https://github.com/osmcode/osmium-tool.git /osmium-tool && \
31
mkdir /osmium-tool/build && \
32
cd /osmium-tool/build && \
33
0 commit comments