From 525fffa9f22d49a23e5d1c5b8558f3f596feef0b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Apr 2021 07:01:27 +0000 Subject: [PATCH] Update gitea/gitea Docker tag to v1.13.7 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 611bf7a..c188680 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: app: - image: "gitea/gitea:1.13.6" + image: "gitea/gitea:1.13.7" configs: - source: app_ini target: /data/gitea/conf/app.ini