From f16cfe0a55ea01de0635c7835fee9468a058dd27 Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Fri, 2 Sep 2022 13:24:33 +0200
Subject: [PATCH] :arrow_up: Bump clean_uri (uritools) to 0.4.1

Security update of a dependency by GitHub Dependabot
---
 pottwal.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pottwal.yml b/pottwal.yml
index 63bc220..e5367f9 100644
--- a/pottwal.yml
+++ b/pottwal.yml
@@ -84,7 +84,7 @@
     - name: Ensure container for URI tools is running
       docker_container:
         name: uritools
-        image: mrtux/clean_uri:0.4.0
+        image: mrtux/clean_uri:0.4.1
         pull: true
         state: started
         detach: yes