From e670560ba9bab3ac36b4af08d57b10cf184b79e9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Oct 2020 07:00:49 +0000 Subject: [PATCH] Update gitea/gitea Docker tag to v1.12.5 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 47f1b14..bbd6123 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: gitea: - image: "gitea/gitea:1.12.4" + image: "gitea/gitea:1.12.5" configs: - source: app_ini target: /data/gitea/conf/app.ini