Skip to content

Commit fbf2758

Browse files
committed
Makefile: update the version of pandoc
Before it was just using the latest image build, which was 1.13.2-4.fc23. With this change it will more explicitly use a tagged version. Signed-off-by: Vincent Batts <[email protected]>
1 parent 7dc1ee3 commit fbf2758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ifeq "$(strip $(PANDOC))" ''
1313
-v $(shell pwd)/$(OUTPUT_DIRNAME)/:/$(OUTPUT_DIRNAME)/ \
1414
-u $(shell id -u) \
1515
--workdir /input \
16-
vbatts/pandoc
16+
docker.io/vbatts/pandoc:1.16.0.2-1.fc24
1717
PANDOC_SRC := /input/
1818
PANDOC_DST := /
1919
endif

0 commit comments

Comments
 (0)