Skip to content

Commit 3ba8f08

Browse files
committed
deps: bump hugo to version 0.132.0
Signed-off-by: David Karlsson <[email protected]>
1 parent 12df647 commit 3ba8f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN npm install
2121

2222
# hugo downloads and extracts the Hugo binary
2323
FROM base AS hugo
24-
ARG HUGO_VERSION=0.127.0
24+
ARG HUGO_VERSION=0.132.0
2525
ARG TARGETARCH
2626
WORKDIR /tmp/hugo
2727
RUN wget -O "hugo.tar.gz" "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-${TARGETARCH}.tar.gz"

0 commit comments

Comments
 (0)