1
0
Fork 0

Bump gitea to 1.15.2

This commit is contained in:
Daniele Tricoli 2021-09-06 19:18:39 +02:00
parent c637238041
commit 45e1b98a4e
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.1
FROM gitea/gitea:1.15.2
COPY --from=builder /opt/bin/pandoc /usr/local/bin/pandoc