From 7e206a8e52e9b13b9300c36e4303cba8546d44e5 Mon Sep 17 00:00:00 2001
From: Alexander Dahl <alex@netz39.de>
Date: Thu, 15 Sep 2022 21:45:36 +0200
Subject: [PATCH] :ok_hand: pottwal: Pin down tag for static-web-server
 container

Suggested-by: Stefan Haun <tux@netz39.de>
---
 pottwal.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pottwal.yml b/pottwal.yml
index b74d14b..f9c1dee 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:latest
+        image: joseluisq/static-web-server:2.11.0
         pull: true
         state: started
         detach: true