diff --git a/hsh-custom-build.sh b/hsh-custom-build.sh
index 36db52da8824a89680fe85b863e7df26858a8b5d..3c646125a71e270038390118496f17c42eb86af1 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 2023060500
-./buildimage.sh 2023060500
+# Build container with custom added version 2023072101
+./buildimage.sh 2023072101
diff --git a/hsh-custom-run.sh b/hsh-custom-run.sh
index 0da0ce55d1cfb50f3846362557116595828ed08f..12f3b94dfb00ae7ba1e36a3fdb24ccd317918766 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:2023060500-dev
+docker run -d -p 0.0.0.0:80:8080/tcp goemaxima:2023072101-dev