Bump clean_uri to 0.4.0

This fixes the problem that the Reichelt Canonizer did not regognize
its own URIs.
This commit is contained in:
Stefan Haun 2022-07-13 21:54:58 +02:00
parent b24adcc523
commit 13ffacdea2

View file

@ -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