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

Bump version

This commit is contained in:
Johannes Zellner
2022-08-19 10:47:45 +02:00
parent a12cf5f70b
commit a338dc215a
3 changed files with 39 additions and 3 deletions

View File

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