Update Gitea to 1.15.8

master
Girish Ramakrishnan 2021-12-20 21:25:21 -08:00
parent 6874ea9d46
commit 2fb28433fb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd14060332dd88263ea
RUN apt-get update && \
apt-get install -y openssh-server git asciidoctor pandoc && \
@ -16,7 +16,7 @@ RUN passwd -d git
RUN mkdir -p /home/git/gitea
WORKDIR /home/git
ARG VERSION=1.15.7
ARG VERSION=1.15.8
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea