From ba7a85be07956aea016cf8bc0b271fed252fb029 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:05:32 +0000 Subject: [PATCH] chore(deps): update gitea/gitea docker tag to v1.27.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e76d6bb..90c5dfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG WAIT_FOR_VERSION ARG CONTAINER_LIBRARY_VERSION # renovate: datasource=docker depName=gitea/gitea -ENV GITEA_VERSION="${BUILD_VERSION:-1.21.11}" +ENV GITEA_VERSION="${BUILD_VERSION:-1.27.0}" # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.7}" # renovate: datasource=github-releases depName=thegeeklab/wait-for