Skip to content

Commit 1de544c

Browse files
authored
Update Dockerfile
1 parent f13c1c8 commit 1de544c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN echo "Install java, groovy" && \
3636

3737
RUN git clone --depth 1 --branch ng https://github.com/docToolchain/docToolchain.git && \
3838
cd docToolchain && \
39+
git checkout v2.0.0-rc1 && \
3940
git submodule update -i && \
4041
# remove .git folders
4142
rm -rf `find -type d -name .git` && \

0 commit comments

Comments
 (0)