Skip to content

Commit 658dc57

Browse files
authored
Update Dockerfile
1 parent 599128c commit 658dc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ENV GRADLE_USER_HOME=/home/dtcuser/.gradle
4444
RUN git clone --depth 1 --branch ng https://github.com/docToolchain/docToolchain.git && \
4545
cd docToolchain && \
4646
git fetch --tags && \
47-
git checkout v2.0.0-rc13 && \
47+
git checkout v2.0.0-rc14 && \
4848
git submodule update -i && \
4949
# remove .git folders
5050
rm -rf `find -type d -name .git` && \

0 commit comments

Comments
 (0)