Update Gitea to 1.17.3

master
Girish Ramakrishnan 2022-10-16 15:59:01 +02:00
parent cb14653680
commit 6ce20e9e75
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.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