From d9fa8399fead3c812e55155921bb0d660285f7bf Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 6 Feb 2022 10:24:28 -0800 Subject: [PATCH] Update Gitea to 1.16.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b8149f..25edfd5 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.16.0 +ARG VERSION=1.16.1 RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea