Skip to content

Commit 527b53f

Browse files
authored
Merge pull request opencontainers#362 from vbatts/newer_pandoc
Makefile: update the version of pandoc
2 parents 7647634 + fbf2758 commit 527b53f

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)