Skip to content

Commit

Permalink
hugo v0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenie authored May 23, 2017
1 parent 2c3f13e commit 35d7b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest
MAINTAINER Lucien Bénié <[email protected]>

ENV HUGO_VERSION=0.20.7
ENV HUGO_VERSION=0.21
RUN apk add --update wget ca-certificates nodejs openssh rsync && \
npm install -g npm@latest && \
cd /tmp/ && \
Expand Down

0 comments on commit 35d7b33

Please sign in to comment.