From 6ce20e9e757bbc588e90682761a1198d1c675187 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 16 Oct 2022 15:59:01 +0200 Subject: [PATCH] Update Gitea to 1.17.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0176282..153e153 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.17.2 +ARG VERSION=1.17.3 RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea