1
0
Fork 0

Bump gitea to 1.16.2

This commit is contained in:
Daniele Tricoli 2022-02-27 22:34:56 +01:00
parent c3139811ed
commit b83ef800fd

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