mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2025-10-04 01:49:40 +00:00
Merge branch 'renovate_go-gitea-gitea-1.24.x' into 'master'
chore(deps): update dependency go-gitea/gitea to v1.24.2 See merge request packages/gitea-app!27
This commit is contained in:
commit
1d8c259079
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ WORKDIR /home/git
|
||||||
ENV GNUPGHOME="/app/data/gnupg"
|
ENV GNUPGHOME="/app/data/gnupg"
|
||||||
|
|
||||||
# renovate: datasource=github-releases depName=go-gitea/gitea versioning=semver extractVersion=^v(?<version>.+)$
|
# renovate: datasource=github-releases depName=go-gitea/gitea versioning=semver extractVersion=^v(?<version>.+)$
|
||||||
ARG GITEA_VERSION=1.24.1
|
ARG GITEA_VERSION=1.24.2
|
||||||
|
|
||||||
RUN mkdir -p /home/git/gitea && \
|
RUN mkdir -p /home/git/gitea && \
|
||||||
curl -L https://github.com/go-gitea/gitea/releases/download/v${GITEA_VERSION}/gitea-${GITEA_VERSION}-linux-amd64 -o /home/git/gitea/gitea \
|
curl -L https://github.com/go-gitea/gitea/releases/download/v${GITEA_VERSION}/gitea-${GITEA_VERSION}-linux-amd64 -o /home/git/gitea/gitea \
|
||||||
|
|
Loading…
Reference in a new issue