mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-12-22 15:16:31 +00:00
chore(deps): update dependency go-gitea/gitea to v1.22.6
| datasource | package | from | to | | --------------- | -------------- | ------ | ------ | | github-releases | go-gitea/gitea | 1.22.5 | 1.22.6 |
This commit is contained in:
parent
506fc44188
commit
038c2634f7
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A painless self-hosted Git Service",
|
||||
"version": "1.33.5",
|
||||
"upstreamVersion": "1.22.5",
|
||||
"upstreamVersion": "1.22.6",
|
||||
"healthCheckPath": "/explore",
|
||||
"httpPort": 3000,
|
||||
"memoryLimit": 536870912,
|
||||
|
|
|
@ -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.5
|
||||
ARG GITEA_VERSION=1.22.6
|
||||
|
||||
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