We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3f13e commit 35d7b33Copy full SHA for 35d7b33
Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine:latest
2
MAINTAINER Lucien Bénié <lucien.benie@gmail.com>
3
4
-ENV HUGO_VERSION=0.20.7
+ENV HUGO_VERSION=0.21
5
RUN apk add --update wget ca-certificates nodejs openssh rsync && \
6
npm install -g npm@latest && \
7
cd /tmp/ && \
0 commit comments