diff --git a/goemaxima.service b/goemaxima.service
index 07acc2860a6889350e0de566e6389f3d94b733d0..cfce3566d3e8c28320f5d8f3466a336e96048b9d 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:2024012900-dev
+ExecStart=/usr/bin/docker run --rm --name goemaximapool --env GOEMAXIMA_QUEUE_LEN=16 --publish 0.0.0.0:8080:8080 goemaxima:2024060300-dev
 
 [Install]
 WantedBy=multi-user.target
diff --git a/hsh-custom-build.sh b/hsh-custom-build.sh
index cefb5619d78dc3e4fbf3862c6086c9b6c8275637..f666350916074f6cfc85150e052fd2670b6b4555 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.20 bash -c './buildweb.sh'
 
-# Build container with custom added version 2024012900
-./buildimage.sh 2024012900
+# Build container with custom added version 2024060300
+./buildimage.sh 2024060300
diff --git a/hsh-custom-run.sh b/hsh-custom-run.sh
index b81ba2594c7874f2d47ba6c66ad2552c3149af4a..051c193b67cdf07e359dc46c1888bbf78412082e 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:2024012900-dev
+docker run -d -p 0.0.0.0:80:8080/tcp goemaxima:2024060300-dev