1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-25 22:47:24 +00:00

Bump version

This commit is contained in:
Johannes Zellner
2022-09-07 12:51:31 +02:00
parent 46982e68f7
commit cb14653680
5 changed files with 55 additions and 12 deletions

View File

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