From a427a098feb82ab5f427423df39dd8d2d259dce7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 3 Dec 2021 09:44:35 -0800 Subject: [PATCH] Update gitea to 1.15.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cccf2ad..95fe55d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN passwd -d git RUN mkdir -p /home/git/gitea WORKDIR /home/git -ARG VERSION=1.15.6 +ARG VERSION=1.15.7 RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea