diff --git a/infrastructure/build/image/Dockerfile b/infrastructure/build/image/Dockerfile
index 478305f..d05ef35 100644
--- a/infrastructure/build/image/Dockerfile
+++ b/infrastructure/build/image/Dockerfile
@@ -3,8 +3,8 @@ FROM clojure:lein
 # Prepare Entrypoint Script
 ADD resources /tmp
 
-ENV HUGO_VERSION="0.125.5"
-ENV GO_VERSION="1.19.13"
+ENV HUGO_VERSION="0.138.0"
+ENV GO_VERSION="1.22.6"
 ENV BUILDDIR="/etc/website"
 ENV SOURCEDIR="/etc/websitesource"
 ENV WEBSITEROOT="/var/www/html/website/"