Skip to content

Commit 9b6b927

Browse files
version updates
1 parent f4b1c4e commit 9b6b927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM alpine:3.9 AS build
66

77
# The Hugo version
8-
ARG VERSION=0.72.0
8+
ARG VERSION=0.89.4
99

1010
ADD https://github.com/gohugoio/hugo/releases/download/v${VERSION}/hugo_${VERSION}_Linux-64bit.tar.gz /hugo.tar.gz
1111
RUN tar -zxvf hugo.tar.gz

0 commit comments

Comments
 (0)