Skip to content

Commit 35d7b33

Browse files
authored
hugo v0.21
1 parent 2c3f13e commit 35d7b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:latest
22
MAINTAINER Lucien Bénié <lucien.benie@gmail.com>
33

4-
ENV HUGO_VERSION=0.20.7
4+
ENV HUGO_VERSION=0.21
55
RUN apk add --update wget ca-certificates nodejs openssh rsync && \
66
npm install -g npm@latest && \
77
cd /tmp/ && \

0 commit comments

Comments
 (0)