forked from cloudron-apps/gitea-app
Upgrade version to v1.18.2-1
This commit is contained in:
parent
91a4722885
commit
131e6e3a4a
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "Beyond coding. We forge.",
|
"tagline": "Beyond coding. We forge.",
|
||||||
"version": "1.26.0",
|
"version": "1.26.0",
|
||||||
"upstreamVersion": "1.18.1",
|
"upstreamVersion": "v1.18.2-1",
|
||||||
"healthCheckPath": "/explore",
|
"healthCheckPath": "/explore",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|
|
@ -19,7 +19,7 @@ WORKDIR /home/git
|
||||||
# for autosign feature
|
# for autosign feature
|
||||||
ENV GNUPGHOME="/app/data/gnupg"
|
ENV GNUPGHOME="/app/data/gnupg"
|
||||||
|
|
||||||
ARG VERSION=a26d3acd-5c2e-4132-a283-8110da2872d4
|
ARG VERSION=81b83949-c44b-44ec-a74b-ff9cead25dac
|
||||||
|
|
||||||
RUN curl -L https://codeberg.org/attachments/${VERSION} -o /home/git/gitea/gitea \
|
RUN curl -L https://codeberg.org/attachments/${VERSION} -o /home/git/gitea/gitea \
|
||||||
&& chmod +x /home/git/gitea/gitea
|
&& chmod +x /home/git/gitea/gitea
|
||||||
|
|
Loading…
Reference in a new issue