From 53c1b936ff6919f0806ba866570cc6c5a9afbcf6 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Mon, 20 Jun 2022 01:54:01 +0200 Subject: [PATCH] Bump gitea to 1.16.8 --- pottwal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pottwal.yml b/pottwal.yml index f9dcba0..0494907 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.16.5" + image: "gitea/gitea:1.16.8" pull: true state: started restart_policy: unless-stopped