From 24cf3d2dbfec1217b8eda09d9f456bf2c51ab128 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Fri, 15 Apr 2022 14:49:11 +0200 Subject: [PATCH] Bump gitea to 1.16.5 --- pottwal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pottwal.yml b/pottwal.yml index a4b48c2..f9dcba0 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.10" + image: "gitea/gitea:1.16.5" pull: true state: started restart_policy: unless-stopped