1
0
Fork 0

Bump gitea to 1.15.0

This commit is contained in:
Daniele Tricoli 2021-08-30 15:54:55 +02:00
parent 905d40cd2c
commit 77a3cf59d2

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.14.6
FROM gitea/gitea:1.15.0
COPY --from=builder /opt/bin/pandoc /usr/local/bin/pandoc