diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64
index 1901071f..06effe73 100644
--- a/latest/Dockerfile.amd64
+++ b/latest/Dockerfile.amd64
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/owncloud-ci/hug
 ARG BUILD_VERSION
 
 # renovate: datasource=github-releases depName=gohugoio/hugo
-ENV HUGO_VERSION="${BUILD_VERSION:-v0.121.0}"
+ENV HUGO_VERSION="${BUILD_VERSION:-v0.144.0}"
 
 RUN apk --update add --virtual .build-deps curl && \
     HUGO_VERSION="${HUGO_VERSION##v}" && \