Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
toxic0berliner authored Dec 2, 2024
1 parent a7277a4 commit c678668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN apk add --no-cache --no-check-certificate\
# Build duc
RUN mkdir /duc && \
cd /duc && \
git -c http.sslVerify=false clone -b 1.5.0-rc2 https://github.com/zevv/duc.git &&\
git -c http.sslVerify=false clone -b v1.5.0-rc2 https://github.com/zevv/duc.git &&\
cd /duc/duc && \
autoreconf -i && \
autoupdate && \
Expand Down

0 comments on commit c678668

Please sign in to comment.