mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-21 07:31:00 +00:00
chore(deps): update dependency go-gitea/gitea to v1.22.3
This commit is contained in:
parent
b8e5fcc22d
commit
e365f033d1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ WORKDIR /home/git
|
|||
ENV GNUPGHOME="/app/data/gnupg"
|
||||
|
||||
# renovate: datasource=github-releases depName=go-gitea/gitea versioning=semver extractVersion=^v(?<version>.+)$
|
||||
ARG GITEA_VERSION=1.22.2
|
||||
ARG GITEA_VERSION=1.22.3
|
||||
|
||||
RUN curl -L https://dl.gitea.io/gitea/${GITEA_VERSION}/gitea-${GITEA_VERSION}-linux-amd64 -o /home/git/gitea/gitea \
|
||||
&& chmod +x /home/git/gitea/gitea
|
||||
|
|
Loading…
Reference in a new issue