Skip to content

Commit

Permalink
update pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason3 committed Jan 23, 2025
1 parent 2cefc45 commit cd227a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Add output name validation to sanitise output names if invalid values are provided
- Add ability to sort outputs based on a numerical prefix (e.g. `0/` or `1/`) within the name
- Set a minimum width of 200px on the output list
- Updated Pandoc to 3.6.2 in Dockerfile

### [25.2.2] - Jan 7, 2025
- Don't send sensitive metadata in fetched DataTemplates as it isn't needed
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends wget git build-essential; \

wget -P /tmp https://github.com/jgm/pandoc/releases/download/3.6.1/pandoc-3.6.1-1-amd64.deb; \
dpkg -i /tmp/pandoc-3.6.1-1-amd64.deb; \
wget -P /tmp https://github.com/jgm/pandoc/releases/download/3.6.2/pandoc-3.6.2-1-amd64.deb; \
dpkg -i /tmp/pandoc-3.6.2-1-amd64.deb; \

python3 -m venv /opt/jinjafx; \
/opt/jinjafx/bin/python3 -m pip install --upgrade git+https://github.com/cmason3/jinjafx_server.git@${BRANCH} lxml; \
Expand Down

0 comments on commit cd227a0

Please sign in to comment.