File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN ./gradlew install
3939## metafacture-fix
4040WORKDIR $INSTALL_DIR/metafacture-fix
4141RUN git clone https://github.com/metafacture/metafacture-fix.git .
42- RUN git checkout 1.0.0
42+ RUN git checkout 1.1.2
4343RUN ./gradlew install
4444
4545## metafacture-playground
@@ -64,4 +64,4 @@ CMD ["lein", "watch"]
6464# inside the container:
6565# lein run > out 2>error
6666# or
67- # nohup lein run &
67+ # nohup lein run &
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN ./gradlew install
3939## metafacture-fix
4040WORKDIR $INSTALL_DIR/metafacture-fix
4141RUN git clone https://github.com/metafacture/metafacture-fix.git .
42- RUN git checkout 1.0.0
42+ RUN git checkout 1.1.2
4343RUN ./gradlew install
4444
4545## metafacture-playground
You can’t perform that action at this time.
0 commit comments