Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generator/build/install_hugo.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

wget https://github.com/gohugoio/hugo/releases/download/v0.148.1/hugo_0.148.1_Linux-64bit.tar.gz -O hugo.tar.gz
RUN echo "69f787720e7bad18f13dce9d7c494f4a908bfdffbfdea483e6df529268aeec37 hugo.tar.gz" | sha256sum -c
echo "69f787720e7bad18f13dce9d7c494f4a908bfdffbfdea483e6df529268aeec37 hugo.tar.gz" | sha256sum -c
if [ $? -eq 1 ]; then
exit 2
fi
Expand Down