bump: blowfish/hugo version
Some checks failed
Build Hugo Docker Image / build docker (push) Failing after 21s
Build Blog Docker Image / build docker (push) Successful in 1m7s

This commit is contained in:
2024-04-30 23:33:30 +02:00
parent 2f41aadcbf
commit db735062c2
4 changed files with 7 additions and 4 deletions

View File

@ -7,4 +7,4 @@ ENV GO111MODULE=on
RUN apk update && \
apk add --no-cache gcc musl-dev g++ git
RUN go install -tags extended github.com/gohugoio/hugo@v0.124.1
RUN go install -tags extended github.com/gohugoio/hugo@${HUGO_VERSION}