From fde6dfa485a899c2f8c2f17d9893f2e60dba6be3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 8 Oct 2021 12:42:26 -0700 Subject: [PATCH] Update Gitea to 1.15.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f97c593..0e81ab4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN passwd -d git RUN mkdir -p /home/git/gitea WORKDIR /home/git -ARG VERSION=1.15.3 +ARG VERSION=1.15.4 RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea