Skip to content

Commit

Permalink
deps: bump pandoc to v3,6
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Gerdes <hegerdes@outlook.de>
  • Loading branch information
hegerdes committed Dec 18, 2024
1 parent 1335232 commit 508ad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG UPGRADE_PACKAGES="true"
ARG USERNAME=latex
ARG USER_UID=1001
ARG USER_GID=$USER_UID
ARG PANDOC_VERSION=3.2.1
ARG PANDOC_VERSION=3.6

COPY scripts/*.sh /tmp/library-scripts/
RUN bash /tmp/library-scripts/install-goodies.sh "${INSTALL_ZSH}" "${USERNAME}" "${USER_UID}" "${USER_GID}" "${UPGRADE_PACKAGES}" "true" "true" \
Expand Down

0 comments on commit 508ad39

Please sign in to comment.