From d50247690aa4b62aa3fa7afe34789008bae80ae0 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Fri, 21 Jan 2022 20:01:57 +0100 Subject: [PATCH] Bump gitea to 1.15.10 --- pottwal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pottwal.yml b/pottwal.yml index 81b768b..4719421 100644 --- a/pottwal.yml +++ b/pottwal.yml @@ -42,7 +42,7 @@ - name: Setup the docker container for gitea docker_container: name: gitea - image: "gitea/gitea:1.15.9" + image: "gitea/gitea:1.15.10" pull: true state: started restart_policy: unless-stopped