Skip to content

Commit

Permalink
Merge pull request #35 from WORD-COINS/update-pandoc
Browse files Browse the repository at this point in the history
Update Pandoc version (3.1.2 -> 3.2.1)
  • Loading branch information
puripuri2100 authored Jul 8, 2024
2 parents 08dec21 + 5866337 commit 176ea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN cp /usr/share/fonts/opentype/ebgaramond/EBGaramond12-Regular.otf /usr/share/
ARG TARGETARCH

# Install Pandoc
ENV PANDOC_VERSION 3.1.2
ENV PANDOC_VERSION 3.2.1
ENV PANDOC_DOWNLOAD_URL https://github.com/jgm/pandoc/releases/download/$PANDOC_VERSION/pandoc-$PANDOC_VERSION-linux-$TARGETARCH.tar.gz
ENV PANDOC_ROOT /usr/local/bin/pandoc
RUN wget -qO- "$PANDOC_DOWNLOAD_URL" | tar -xzf - && \
Expand Down

0 comments on commit 176ea19

Please sign in to comment.