Update gitea to 1.15.7

master
Girish Ramakrishnan 2021-12-03 09:44:35 -08:00
parent eb4f29375b
commit a427a098fe
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.15.6
ARG VERSION=1.15.7
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea