1
0
Fork 0

Bump gitea to 1.16.6

This commit is contained in:
Daniele Tricoli 2022-04-21 23:50:58 +02:00
parent 4618f0b560
commit 4c8a931693
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.16.5
FROM gitea/gitea:1.16.6
COPY --from=builder /opt/bin/pandoc /usr/local/bin/pandoc