We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599128c commit 658dc57Copy full SHA for 658dc57
alpine/Dockerfile
@@ -44,7 +44,7 @@ ENV GRADLE_USER_HOME=/home/dtcuser/.gradle
44
RUN git clone --depth 1 --branch ng https://github.com/docToolchain/docToolchain.git && \
45
cd docToolchain && \
46
git fetch --tags && \
47
- git checkout v2.0.0-rc13 && \
+ git checkout v2.0.0-rc14 && \
48
git submodule update -i && \
49
# remove .git folders
50
rm -rf `find -type d -name .git` && \
0 commit comments