Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmueller committed Sep 21, 2021
1 parent 1c74170 commit 4a1e79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ENV GRADLE_USER_HOME=/home/dtcuser/.gradle
RUN git clone --depth 1 --branch ng https://github.com/docToolchain/docToolchain.git && \
cd docToolchain && \
git fetch --tags && \
git checkout v2.0.0-rc15 && \
git checkout v2.0.0-rc16 && \
git submodule update -i && \
# remove .git folders
rm -rf `find -type d -name .git` && \
Expand Down

0 comments on commit 4a1e79b

Please sign in to comment.