diff --git a/CloudronManifest.json b/CloudronManifest.json index c1019d1..bced9c4 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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, diff --git a/Dockerfile b/Dockerfile index 2cbfbfa..289edfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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