Skip to content

Commit 6e0d0fb

Browse files
authored
Update Dockerfile
1 parent 147cf90 commit 6e0d0fb

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
@@ -34,7 +34,7 @@ ENV GRADLE_USER_HOME=/home/dtcuser/.gradle
3434
RUN git clone --branch ng https://github.com/docToolchain/docToolchain.git && \
3535
cd docToolchain && \
3636
git fetch --tags && \
37-
git checkout v2.0.3 && \
37+
git checkout v2.0.4 && \
3838
git submodule update -i && \
3939
# remove .git folders
4040
rm -rf `find -type d -name .git` && \

0 commit comments

Comments
 (0)