mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-01-15 08:41:05 +00:00
chore(deps): update dependency go-gitea/gitea to v1.23.1
| datasource | package | from | to | | --------------- | -------------- | ------ | ------ | | github-releases | go-gitea/gitea | 1.23.0 | 1.23.1 |
This commit is contained in:
parent
0e8051524b
commit
856e8ffded
@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A painless self-hosted Git Service",
|
||||
"version": "1.34.0",
|
||||
"upstreamVersion": "1.23.0",
|
||||
"upstreamVersion": "1.23.1",
|
||||
"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.23.0
|
||||
ARG GITEA_VERSION=1.23.1
|
||||
|
||||
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…
x
Reference in New Issue
Block a user