From 844325f81df19d15cf075fceb349665b528d5a8f Mon Sep 17 00:00:00 2001
From: Alexander Dahl <alex@netz39.de>
Date: Wed, 23 Nov 2022 14:43:25 +0100
Subject: [PATCH] :arrow_up: static-web-server: Bump and change update strategy

With the new release we change to docker image tags without patch level.
Project promises to adhere to semantic versioning, so patch level bumps
should contain compatible bugfixes only.

Link: https://github.com/static-web-server/static-web-server/blob/master/CHANGELOG.md
Link: https://github.com/static-web-server/static-web-server/releases/tag/v2.14.0
---
 host-pottwal.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index b6e9a56..421bf5d 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -151,7 +151,7 @@
     - name: Ensure container for static XMPP website is running
       docker_container:
         name: jabber-static-website
-        image: joseluisq/static-web-server:2.13.1
+        image: joseluisq/static-web-server:2.14
         pull: true
         state: started
         detach: true