Upgrade hugo from 0.75.1 to 0.76.5
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
42c0447824
commit
847fcba644
@ -22,11 +22,11 @@ RUN /usr/local/bin/go get -u -d gocv.io/x/gocv && \
|
||||
make clean
|
||||
|
||||
# Install Hugo
|
||||
RUN curl -L -O https://github.com/gohugoio/hugo/releases/download/v0.75.1/hugo_0.75.1_Linux-64bit.tar.gz && \
|
||||
tar xvfz hugo_0.75.1_Linux-64bit.tar.gz && \
|
||||
RUN curl -L -O https://github.com/gohugoio/hugo/releases/download/v0.76.5/hugo_0.76.5_Linux-64bit.tar.gz && \
|
||||
tar xvfz hugo_0.76.5_Linux-64bit.tar.gz && \
|
||||
sudo chown -R root:root ./hugo && \
|
||||
sudo mv hugo /usr/local/bin && \
|
||||
rm -f hugo_0.75.1_Linux-64bit.tar.gz LICENSE README.md
|
||||
rm -f hugo_0.76.5_Linux-64bit.tar.gz LICENSE README.md
|
||||
|
||||
# Start code-server
|
||||
ENTRYPOINT ["/usr/bin/entrypoint.sh", "--bind-addr", "0.0.0.0:8080", "."]
|
||||
|
Loading…
Reference in New Issue
Block a user