From f0a68bbaecd31a13e2f461c00e1dc0642dc85282 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Mon, 20 Feb 2023 20:54:56 +0100 Subject: [PATCH] :arrow_up: Upgrade gitea to 1.18.3 Changes to the configuration have been done manually. --- host-pottwal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host-pottwal.yml b/host-pottwal.yml index 3e9558b..769a367 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -50,7 +50,7 @@ - name: Setup the docker container for gitea docker_container: name: gitea - image: "gitea/gitea:1.16.8" + image: "gitea/gitea:1.18.3" pull: true state: started restart_policy: unless-stopped