File tree Expand file tree Collapse file tree 5 files changed +11
-24
lines changed
Expand file tree Collapse file tree 5 files changed +11
-24
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,12 @@ RUN mkdir -p ${PANDOC_TEMPLATES_DIR}
8383# eisvogel
8484ARG EISVOGEL_REPO=https://github.com/Wandmalfarbe/pandoc-latex-template/releases/download
8585ARG EISVOGEL_VERSION=3.2.0
86- RUN wget -qO- ${EISVOGEL_REPO}/v3.2 .0/Eisvogel.tar.gz \
86+ RUN wget -qO- ${EISVOGEL_REPO}/v3.3 .0/Eisvogel.tar.gz \
8787 | tar xz \
8888 --strip-components=1 \
8989 --one-top-level=${PANDOC_TEMPLATES_DIR} \
90- Eisvogel-3.2 .0/eisvogel.latex \
91- Eisvogel-3.2 .0/eisvogel.beamer
90+ Eisvogel-3.3 .0/eisvogel.latex \
91+ Eisvogel-3.3 .0/eisvogel.beamer
9292
9393# Lua Filters
9494ARG LUA_FILTERS_REPO=https://github.com/pandoc/lua-filters/releases/download
Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ RUN mkdir -p ${PANDOC_TEMPLATES_DIR}
8484
8585# eisvogel
8686ARG EISVOGEL_REPO=https://github.com/Wandmalfarbe/pandoc-latex-template/releases/download
87- RUN wget -qO- ${EISVOGEL_REPO}/v3.2 .0/Eisvogel.tar.gz \
87+ RUN wget -qO- ${EISVOGEL_REPO}/v3.3 .0/Eisvogel.tar.gz \
8888 | tar xz \
8989 --strip-components=1 \
9090 --one-top-level=${PANDOC_TEMPLATES_DIR} \
91- Eisvogel-3.2 .0/eisvogel.latex \
92- Eisvogel-3.2 .0/eisvogel.beamer
91+ Eisvogel-3.3 .0/eisvogel.latex \
92+ Eisvogel-3.3 .0/eisvogel.beamer
9393
9494# Lua Filters
9595ARG LUA_FILTERS_REPO=https://github.com/pandoc/lua-filters/releases/download
Original file line number Diff line number Diff line change 1+
12# Minimal ###############################################################
23FROM ubuntu:noble AS minimal
34LABEL maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
@@ -33,17 +34,3 @@ RUN ln -s /usr/local/bin/pandoc /usr/local/bin/pandoc-lua \
3334 && rm -rf /var/lib/apt/lists/* \
3435# Create user data directory
3536 && mkdir -p "$XDG_DATA_HOME" /pandoc
36-
37- # Core ##################################################################
38- FROM minimal AS core
39- COPY --from=docker.io/pandoc/core:3.8.3-debian \
40- /usr/local/bin/pandoc-crossref \
41- /usr/local/bin/
42-
43- # Additional packages frequently used during conversions
44- # NOTE: `libsrvg`, pandoc uses `rsvg-convert` for working with svg images.
45- RUN apt-get -q --no-allow-insecure-repositories update \
46- && DEBIAN_FRONTEND=noninteractive \
47- apt-get install --assume-yes --no-install-recommends \
48- librsvg2-bin=2.* \
49- && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ RUN mkdir -p ${PANDOC_TEMPLATES_DIR}
8484
8585# eisvogel
8686ARG EISVOGEL_REPO=https://github.com/Wandmalfarbe/pandoc-latex-template/releases/download
87- RUN wget -qO- ${EISVOGEL_REPO}/v3.2 .0/Eisvogel.tar.gz \
87+ RUN wget -qO- ${EISVOGEL_REPO}/v3.3 .0/Eisvogel.tar.gz \
8888 | tar xz \
8989 --strip-components=1 \
9090 --one-top-level=${PANDOC_TEMPLATES_DIR} \
91- Eisvogel-3.2 .0/eisvogel.latex \
92- Eisvogel-3.2 .0/eisvogel.beamer
91+ Eisvogel-3.3 .0/eisvogel.latex \
92+ Eisvogel-3.3 .0/eisvogel.beamer
9393
9494# Lua Filters
9595ARG LUA_FILTERS_REPO=https://github.com/pandoc/lua-filters/releases/download
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ release:
4444 typst :
4545 typst : ' 0.14.0'
4646 extra :
47- eisvogel : ' 3.2 .0'
47+ eisvogel : ' 3.3 .0'
4848 python :
4949 - ' pandoc-codeblock-include==1.1.*'
5050 - ' pandoc-latex-environment==1.2.*'
You can’t perform that action at this time.
0 commit comments