From cf8d9487cc9547cb531000fcbf5be554f990ee34 Mon Sep 17 00:00:00 2001
From: Dennis Ahrens <dennis.ahrens@hs-hannover.de>
Date: Tue, 22 Aug 2023 15:13:26 +0200
Subject: [PATCH] Raise maxima to 2023072101

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

diff --git a/hsh-custom-build.sh b/hsh-custom-build.sh
index 36db52d..3c64612 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 0da0ce5..12f3b94 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
-- 
GitLab