Skip to content

Commit e631d0c

Browse files
authored
Merge pull request #238 from Sherman5A/eisvogel-bump
fixes #237 - bump eisvogel to 2.4.2
2 parents dce3e62 + 31fb892 commit e631d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ RUN mkdir -p ${TEMPLATES_DIR} && \
178178

179179
# eisvogel
180180
ARG EISVOGEL_REPO=https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template
181-
ARG EISVOGEL_VERSION=v2.4.0
181+
ARG EISVOGEL_VERSION=2.4.2
182182
RUN wget ${EISVOGEL_REPO}/${EISVOGEL_VERSION}/eisvogel.tex -O ${TEMPLATES_DIR}/eisvogel.latex
183183

184184
# Lua filters

ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ RUN mkdir -p ${TEMPLATES_DIR} && \
198198

199199
# eisvogel
200200
ARG EISVOGEL_REPO=https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template
201-
ARG EISVOGEL_VERSION=v2.4.0
201+
ARG EISVOGEL_VERSION=2.4.2
202202
RUN wget ${EISVOGEL_REPO}/${EISVOGEL_VERSION}/eisvogel.tex -O ${TEMPLATES_DIR}/eisvogel.latex
203203

204204
# Lua Filters

0 commit comments

Comments
 (0)