Update to current version of pandoc
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9e3266e085
commit
ec2eb8386d
|
@ -1,7 +1,7 @@
|
|||
FROM debian:bullseye-slim
|
||||
|
||||
ARG PANDOC_VERSION=2.14.2
|
||||
ARG PANDOC_CROSSREF_VERSION=v0.3.12.0c
|
||||
ARG PANDOC_VERSION=3.0.1
|
||||
ARG PANDOC_CROSSREF_VERSION=v0.3.15.0
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM arm64v8/debian:bullseye-slim
|
||||
|
||||
ARG PANDOC_VERSION=2.14.2
|
||||
ARG PANDOC_CROSSREF_VERSION=v0.3.12.0c
|
||||
ARG PANDOC_VERSION=3.0.1
|
||||
ARG PANDOC_CROSSREF_VERSION=v0.3.15.0
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Reference in New Issue
Block a user