diff --git a/Dockerfile b/Dockerfile index d85ef98..46fac90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine LABEL maintainer="info@warpnet.nl" \ repo="https://github.com/warpnet/hugo-extended" -ENV HUGO_VERSION 0.118.2 +ENV HUGO_VERSION 0.128.2 # hadolint ignore=DL3018,DL3003 RUN set -eux \ && apk add --no-cache nodejs npm curl gcc libc-dev g++ git \