Skip to content

Commit

Permalink
docker: Version Bump v2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitrgadiya committed Mar 11, 2021
1 parent 3beafa6 commit f1d3ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest
LABEL maintainer="Ankit R Gadiya ankit@argp.in"

ENV PANDOC_VERSION=2.11.4
ENV PANDOC_VERSION=2.12

RUN apk --no-cache --update add make tree findutils
RUN wget https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz \
Expand Down

0 comments on commit f1d3ce5

Please sign in to comment.