1
0
Fork 0

Bump gitea to 1.15.10

This commit is contained in:
Daniele Tricoli 2022-01-16 16:19:45 +01:00
parent 2ec7a9c457
commit 9263df2daa
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ADD https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${P
RUN sha256sum pandoc.tar.gz | grep -q ${PANDOC_TARBALL_SHA256SUM} && \
tar xvzf pandoc.tar.gz --strip-components 1
FROM gitea/gitea:1.15.9
FROM gitea/gitea:1.15.10
COPY --from=builder /opt/bin/pandoc /usr/local/bin/pandoc