From ea3aa9f6cc4d5c94bde8df4f4b5d05a76e1b8518 Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Wed, 29 Mar 2023 16:37:47 +0200
Subject: [PATCH] :arrow_up: Update gitea to 1.19.0

Preparation for a switch to Forgejo
---
 host-pottwal.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index e8b7240..699d92d 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -51,7 +51,7 @@
     - name: Setup the docker container for gitea
       docker_container:
         name: gitea
-        image: "gitea/gitea:1.18.3"
+        image: "gitea/gitea:1.19.0"
         pull: true
         state: started
         restart_policy: unless-stopped