From f48a4c4d725219dd6e1c10a00f4f9c25da218f65 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 20 Apr 2022 17:27:52 -0700 Subject: [PATCH] Update gitea to 1.16.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2423a1e..44bda3d 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.5 +ARG VERSION=1.16.6 RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea