Skip to content

Commit

Permalink
Add pandoc 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Dec 13, 2024
1 parent de02c0b commit ed8c8d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM minidocks/lua
LABEL maintainer="Martin Hasoň <[email protected]>"

ARG version=3.5
ARG version=3.6

ENV XDG_DATA_HOME=/ \
LUA_PATH="/pandoc/filters/?.lua;;"
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -e
image="${namespace:-minidocks}/pandoc"
versions="
2;2.19.2
3;3.5
latest;3.5
3;3.6
latest;3.6
"

build() {
Expand Down

0 comments on commit ed8c8d3

Please sign in to comment.