diff --git a/Dockerfile b/Dockerfile index 40f9d9e..f2633e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:buster RUN apt-get update && apt-get install -y git ssh curl -ARG HUGO_VERSION="0.76.5" +ARG HUGO_VERSION="0.77.0" 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"]