Skip to content

Commit

Permalink
Fix pandoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
groovytron committed Apr 23, 2019
1 parent dea22f8 commit 9c03914
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

FROM ubuntu:bionic

ARG PANDOC_VERSION=2.7.2
ARG PANDOC_CROSSREF_VERSION=0.3.4.0d
ARG PANDOC_INCLUDE_CODE_VERSION=1.2.0.2
ARG PANDOC_VERSION
ARG PANDOC_CROSSREF_VERSION
ARG PANDOC_INCLUDE_CODE_VERSION

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ COMMON_BUILD_TAGS=--build-arg VCS_REF="$(shell git rev-parse HEAD)" --build-arg
build:
docker build \
$(COMMON_BUILD_TAGS) \
--build-arg PANDOC_VERSION=2.7.1 \
--build-arg PANDOC_VERSION=2.7.2 \
--build-arg PANDOC_CROSSREF_VERSION=0.3.4.0d \
--build-arg PANDOC_INCLUDE_CODE_VERSION=1.2.0.2 \
--tag $(BUILD_NAME):latest \
.

Expand Down

0 comments on commit 9c03914

Please sign in to comment.