Skip to content

Commit

Permalink
Hugo v0.76.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trenton42 authored Oct 12, 2020
1 parent 0226bea commit 0d718af
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 debian:buster

RUN apt-get update && apt-get install -y git ssh curl
ARG HUGO_VERSION="0.76.3"
ARG HUGO_VERSION="0.76.4"
RUN curl -L -o hugo.deb "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb" && dpkg -i hugo.deb
WORKDIR /site
CMD ["hugo"]

0 comments on commit 0d718af

Please sign in to comment.