Skip to content

Commit dd197b0

Browse files
committed
increase osmium versions
1 parent 5f7184a commit dd197b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

osmium/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ RUN apt-get update && \
2121
protobuf-compiler \
2222
zlib1g-dev && \
2323
\
24-
git clone --branch v2.20.0 https://github.com/osmcode/libosmium.git /libosmium && \
24+
git clone --branch v2.22.0 https://github.com/osmcode/libosmium.git /libosmium && \
2525
mkdir /libosmium/build && \
2626
cd /libosmium/build && \
2727
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. && \
2828
make && \
2929
make install && \
30-
git clone --branch v1.16.0 https://github.com/osmcode/osmium-tool.git /osmium-tool && \
30+
git clone --branch v1.18.0 https://github.com/osmcode/osmium-tool.git /osmium-tool && \
3131
mkdir /osmium-tool/build && \
3232
cd /osmium-tool/build && \
3333
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. && \

0 commit comments

Comments
 (0)