Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 59e90b9

Browse files
author
Mathieu Benoit
committed
HUGO_VERSION=0.98.0
1 parent 30bfab4 commit 59e90b9

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
@@ -1,5 +1,5 @@
11
FROM alpine:3.15.4 as build
2-
ARG HUGO_VERSION=0.92.2
2+
ARG HUGO_VERSION=0.98.0
33
ENV HUGO_BINARY hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
44
RUN apk add --update wget ca-certificates && \
55
cd /tmp/ && \

0 commit comments

Comments
 (0)