Skip to content

Commit 5c878c1

Browse files
author
Rub21
committed
Update osmosis version 0.48
1 parent 0bc4bdd commit 5c878c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

images/osm-processor/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
2828
apt-utils \
2929
postgresql-client
3030

31-
# Install osmosis 0.47
31+
# Install osmosis 0.48
32+
RUN echo "osmosis"
3233
RUN git clone https://github.com/openstreetmap/osmosis.git
3334
WORKDIR osmosis
34-
RUN git checkout 9cfb8a06d9bcc948f34a6c8df31d878903d529fc
35+
RUN git checkout bb0e592671a9bf0c48db1301cdc3d6085c88bae9
3536
RUN mkdir "$PWD"/dist
3637
RUN ./gradlew assemble
3738
RUN tar -xvzf "$PWD"/package/build/distribution/*.tgz -C "$PWD"/dist/

0 commit comments

Comments
 (0)