Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Jul 31, 2024
1 parent 9a88ac8 commit 3b129bc
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.1.12.2
ARG version=3.3

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.1.12.2
latest;3.1.12.2
3;3.3
latest;3.3
"

build() {
Expand Down

0 comments on commit 3b129bc

Please sign in to comment.