1
0
Fork 0

Bump gitea to 1.16.3

This commit is contained in:
Daniele Tricoli 2022-03-03 16:25:50 +01:00
parent b83ef800fd
commit 4b1728603f

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