Skip to content

Commit 800b8fd

Browse files
author
Ahmad Nassri
committed
chore(template): update docker-compose.yml
1 parent 7ac5f7e commit 800b8fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ services:
1313

1414
# ---- readme generator ---- #
1515
readme:
16-
image: pandoc/core
16+
image: pandoc/core:2.11.4
1717
volumes:
1818
- ./:/data
1919
command: >-
2020
--metadata-file=colophon.yml
2121
--template=docs/README.template
2222
--output=README.md
23-
--from=markdown_github+yaml_metadata_block
23+
--from=gfm
2424
--to=gfm
2525
--fail-if-warnings
2626
--wrap=preserve

0 commit comments

Comments
 (0)