Update gitea to 1.16.6

master
Girish Ramakrishnan 2022-04-20 17:27:52 -07:00
parent 65fbb9cb7d
commit f48a4c4d72
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.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