We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8c238 commit b311220Copy full SHA for b311220
1 file changed
docker-compose/ghopper-walking/Dockerfile
@@ -7,7 +7,7 @@ RUN git clone --single-branch -b tcat-map https://github.com/cuappdev/ithaca-tra
7
8
WORKDIR /usr/src/app
9
10
-RUN git clone --single-branch -b master https://github.com/graphhopper/graphhopper.git
+RUN git clone --single-branch -b 0.12 https://github.com/graphhopper/graphhopper.git
11
12
WORKDIR /usr/src/app/graphhopper
13
RUN ./graphhopper.sh --action build
0 commit comments