Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmueller authored Apr 21, 2021
1 parent 1d56d61 commit a94db93
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 @@ -43,7 +43,7 @@ ENV GRADLE_USER_HOME=/home/dtcuser/.gradle
RUN git clone --depth 1 --branch ng https://github.com/docToolchain/docToolchain.git && \
cd docToolchain && \
git fetch --tags && \
git checkout v2.0.0-rc4 && \
git checkout v2.0.0-rc13 && \
git submodule update -i && \
# remove .git folders
rm -rf `find -type d -name .git` && \
Expand Down

0 comments on commit a94db93

Please sign in to comment.