From 7b3920a45670dd65973cad0484dcfe3c7594b871 Mon Sep 17 00:00:00 2001
From: Alexander Dahl <alex@netz39.de>
Date: Mon, 17 Oct 2022 09:01:41 +0200
Subject: [PATCH] :arrow_up: pottwal: Bump static-web-server to v2.13.1

Link: https://github.com/joseluisq/static-web-server/releases/tag/v2.13.1
---
 pottwal.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pottwal.yml b/pottwal.yml
index e955e9f..d1666a1 100644
--- a/pottwal.yml
+++ b/pottwal.yml
@@ -157,7 +157,7 @@
     - name: Ensure container for static XMPP website is running
       docker_container:
         name: jabber-static-website
-        image: joseluisq/static-web-server:2.13.0
+        image: joseluisq/static-web-server:2.13.1
         pull: true
         state: started
         detach: true