Update Gitea to 1.16.1

master
Girish Ramakrishnan 2022-02-06 10:24:28 -08:00
parent aa0b00cd1e
commit d9fa8399fe
1 changed files with 1 additions and 1 deletions

View File

@ -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