Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmueller authored Mar 9, 2022
1 parent 147cf90 commit 6e0d0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV GRADLE_USER_HOME=/home/dtcuser/.gradle
RUN git clone --branch ng https://github.com/docToolchain/docToolchain.git && \
cd docToolchain && \
git fetch --tags && \
git checkout v2.0.3 && \
git checkout v2.0.4 && \
git submodule update -i && \
# remove .git folders
rm -rf `find -type d -name .git` && \
Expand Down

0 comments on commit 6e0d0fb

Please # to comment.