From 7fbc4176b5dc1d751d7c4c922fc363d85b4ff8ae Mon Sep 17 00:00:00 2001
From: Elke Kreim <elke.kreim@hs-hannover.de>
Date: Wed, 22 Jan 2025 10:57:24 +0100
Subject: [PATCH] Raised version to 2025012100

---
 goemaxima.service   | 2 +-
 hsh-custom-build.sh | 4 ++--
 hsh-custom-run.sh   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/goemaxima.service b/goemaxima.service
index a30c116..fdd6924 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 45b36ca..dce0b10 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 db2e4a2..589ad04 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
-- 
GitLab