From 0f5c908997d5a167e1f35fabb1cf1424d65892a1 Mon Sep 17 00:00:00 2001
From: Renovate Bot <accounts+renovatebot@netz39.de>
Date: Fri, 23 Feb 2024 21:06:17 +0000
Subject: [PATCH] chore(deps): update netz39/entities_validation_svc docker tag
 to v1.0.1

---
 host-krypton.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/host-krypton.yml b/host-krypton.yml
index 5dfed2f..e75d85b 100644
--- a/host-krypton.yml
+++ b/host-krypton.yml
@@ -116,7 +116,7 @@
     - name: Ensure container for entities validation service is running
       docker_container:
         name: entities_validation_svc
-        image: netz39/entities_validation_svc:v1.0.0
+        image: netz39/entities_validation_svc:v1.0.1
         pull: true
         state: started
         detach: yes