From 13ffacdea2ce01bef0d05874771423ca3453c037 Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Wed, 13 Jul 2022 21:54:58 +0200
Subject: [PATCH] Bump clean_uri to 0.4.0

This fixes the problem that the Reichelt Canonizer did not regognize
its own URIs.
---
 pottwal.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pottwal.yml b/pottwal.yml
index 4598da1..035052a 100644
--- a/pottwal.yml
+++ b/pottwal.yml
@@ -133,7 +133,7 @@
     - name: Ensure container for URI tools is running
       docker_container:
         name: uritools
-        image: mrtux/clean_uri:0.3.1
+        image: mrtux/clean_uri:0.4.0
         pull: true
         state: started
         detach: yes