diff --git a/netlify.toml b/netlify.toml
index be328d8f509a0df713d3b2d0965162aa37b371c9..98cff049ac30ad41911967c72597f5510f52602b 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -10,7 +10,7 @@
     node_modules/.bin/hugo-algolia --toml -s"""
 
 [build.environment] # global variables
-  HUGO_VERSION = "0.64.0"
+  HUGO_VERSION = "0.64.1"
   GIT_LFS_ENABLED = "true"
 
 [context.production.environment]
diff --git a/scripts/docker/Dockerfile.web b/scripts/docker/Dockerfile.web
index aad952e8c9d2730d20eb473a3216f98b179ddcdb..812e20740e54f41a548a89d9d2985811909c0320 100644
--- a/scripts/docker/Dockerfile.web
+++ b/scripts/docker/Dockerfile.web
@@ -1,7 +1,7 @@
 FROM node
 RUN npm install -g @hashicorp/broken-links-checker
-RUN wget https://github.com/gohugoio/hugo/releases/download/v0.60.1/hugo_extended_0.60.1_Linux-64bit.deb \
-    && dpkg -i hugo_extended_0.60.1_Linux-64bit.deb && rm hugo_extended_0.60.1_Linux-64bit.deb
+RUN wget https://github.com/gohugoio/hugo/releases/download/v0.64.1/hugo_extended_0.64.1_Linux-64bit.deb \
+    && dpkg -i hugo_extended_0.64.1_Linux-64bit.deb && rm hugo_extended_0.64.1_Linux-64bit.deb
 RUN apt-get update -y && apt-get install -y --no-install-recommends pandoc \
     && rm -rf /var/lib/apt/lists/*
 ENTRYPOINT /bin/bash