We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13c1c8 commit 1de544cCopy full SHA for 1de544c
1 file changed
alpine/Dockerfile
@@ -36,6 +36,7 @@ RUN echo "Install java, groovy" && \
36
37
RUN git clone --depth 1 --branch ng https://github.com/docToolchain/docToolchain.git && \
38
cd docToolchain && \
39
+ git checkout v2.0.0-rc1 && \
40
git submodule update -i && \
41
# remove .git folders
42
rm -rf `find -type d -name .git` && \
0 commit comments