bump: hugo/blowfish version
This commit is contained in:
parent
1393ca892a
commit
66299beef5
@ -5,7 +5,7 @@ WORKDIR /opt/blog
|
|||||||
COPY . /opt/blog/
|
COPY . /opt/blog/
|
||||||
|
|
||||||
RUN git submodule update --init --recursive && \
|
RUN git submodule update --init --recursive && \
|
||||||
git -C themes/blowfish/ checkout v2.60.0
|
git -C themes/blowfish/ checkout v2.63.0
|
||||||
RUN hugo
|
RUN hugo
|
||||||
|
|
||||||
# Publish Stage
|
# Publish Stage
|
||||||
|
@ -7,4 +7,4 @@ ENV GO111MODULE=on
|
|||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache gcc musl-dev g++ git
|
apk add --no-cache gcc musl-dev g++ git
|
||||||
RUN go install -tags extended github.com/gohugoio/hugo@v0.123.7
|
RUN go install -tags extended github.com/gohugoio/hugo@v0.124.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user