diff --git a/goemaxima.service b/goemaxima.service
index a30c116704c41bb3d994ad1dc41e2e87f6522e67..fdd69245fd6c44ddf66e0e135fea230a659803c0 100644
--- a/goemaxima.service
+++ b/goemaxima.service
@@ -7,7 +7,7 @@ After=remote-fs.target
 [Service]
 Restart=on-failure
 RestartSec=1s
-ExecStart=/usr/bin/docker run --rm --name goemaximapool --env GOEMAXIMA_QUEUE_LEN=16 --publish 0.0.0.0:8080:8080 goemaxima:2024111900-dev
+ExecStart=/usr/bin/docker run --rm --name goemaximapool --env GOEMAXIMA_QUEUE_LEN=16 --publish 0.0.0.0:8080:8080 goemaxima:2025012100-dev
 
 [Install]
 WantedBy=multi-user.target
diff --git a/hsh-custom-build.sh b/hsh-custom-build.sh
index 45b36ca76de33f57883c01ceb8c9d0fad2246b52..dce0b101661cdec12eed6364d4bfe9135f391ab8 100755
--- a/hsh-custom-build.sh
+++ b/hsh-custom-build.sh
@@ -3,5 +3,5 @@
 # We need Go 1.13 for this to compile properly
 docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.23 bash -c './buildweb.sh'
 
-# Build container with custom added version 2024111900
-./buildimage.sh 2024111900
+# Build container with custom added version 2025012100
+./buildimage.sh 2025012100
diff --git a/hsh-custom-run.sh b/hsh-custom-run.sh
index db2e4a252288e358a377a86366ae32535978dd8c..589ad0407dfd8f045d39d4fd82a14e8bd10b3769 100644
--- a/hsh-custom-run.sh
+++ b/hsh-custom-run.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-docker run -d -p 0.0.0.0:80:8080/tcp goemaxima:2024111900-dev
+docker run -d -p 0.0.0.0:80:8080/tcp goemaxima:2025012100-dev