Skip to content

Commit

Permalink
update pandoc to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason3 committed Jun 24, 2024
1 parent d8b1812 commit ee417ee
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 @@ -2,6 +2,7 @@

### [24.6.4] - In Development
- The selected DataSet is now saved when you save the DataTemplate
- Updated Pandoc to 3.2.1 in Dockerfile

### [24.6.3] - Jun 24, 2024
- Fixed an issue with `/logs` as it didn't adhere to the default `Content-Security-Policy`
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.2/pandoc-3.2-1-amd64.deb; \
dpkg -i /tmp/pandoc-3.2-1-amd64.deb; \
wget -P /tmp https://github.com/jgm/pandoc/releases/download/3.2.1/pandoc-3.2.1-1-amd64.deb; \
dpkg -i /tmp/pandoc-3.2.1-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 ee417ee

Please sign in to comment.