We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147cf90 commit 6e0d0fbCopy full SHA for 6e0d0fb
alpine/Dockerfile
@@ -34,7 +34,7 @@ ENV GRADLE_USER_HOME=/home/dtcuser/.gradle
34
RUN git clone --branch ng https://github.com/docToolchain/docToolchain.git && \
35
cd docToolchain && \
36
git fetch --tags && \
37
- git checkout v2.0.3 && \
+ git checkout v2.0.4 && \
38
git submodule update -i && \
39
# remove .git folders
40
rm -rf `find -type d -name .git` && \
0 commit comments