Upgrade version to v1.18.2-1

This commit is contained in:
Rafael Caricio 2023-01-23 10:55:06 +01:00
parent 91a4722885
commit 131e6e3a4a
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"tagline": "Beyond coding. We forge.",
"version": "1.26.0",
"upstreamVersion": "1.18.1",
"upstreamVersion": "v1.18.2-1",
"healthCheckPath": "/explore",
"httpPort": 3000,
"memoryLimit": 536870912,

View file

@ -19,7 +19,7 @@ WORKDIR /home/git
# for autosign feature
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 \
&& chmod +x /home/git/gitea/gitea