From 190e808fbde48934957a5af3316645ade3556607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:09:24 +0100 Subject: [PATCH] chore(deps): update gitea/gitea docker tag to v1.21.7 (#136) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 676bb57..af01c04 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.5}" +ENV GITEA_VERSION="${BUILD_VERSION:-1.21.7}" # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.7}" # renovate: datasource=github-releases depName=thegeeklab/wait-for