Update Gitea to 1.15.4

This commit is contained in:
Girish Ramakrishnan 2021-10-08 12:42:26 -07:00
parent 8b16de1dcd
commit fde6dfa485
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN passwd -d git
RUN mkdir -p /home/git/gitea
WORKDIR /home/git
ARG VERSION=1.15.3
ARG VERSION=1.15.4
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea