Skip to content

Commit

Permalink
Update pandoc to 3.1.9 (SYN-6322) (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte authored Nov 15, 2023
1 parent 31aa311 commit d6c67ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pandoc.deb.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15e0f261e9e765582bc8e7fdb4e62f6ab35eacf14030b8cca23ea31b0ccc0eed pandoc-amd64.deb
ed6322b6bc225552e5c8447d7bf750e401295d7687725cee479903bf4fceef26 pandoc-amd64.deb
2 changes: 1 addition & 1 deletion python311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -ex \
&& update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 \
&& python get-pip.py --break-system-packages \
# Install pandoc
&& curl -L -o pandoc-amd64.deb https://github.com/jgm/pandoc/releases/download/2.14.0.1/pandoc-2.14.0.1-1-amd64.deb \
&& curl -L -o pandoc-amd64.deb https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-1-amd64.deb \
&& sha256sum --check pandoc.deb.sha256 \
&& dpkg -i pandoc-amd64.deb \
# Configure locales
Expand Down

0 comments on commit d6c67ed

Please sign in to comment.