Skip to content

Commit

Permalink
Bump Eisvogel template version to 2.5.0
Browse files Browse the repository at this point in the history
Closes: #248
  • Loading branch information
tarleb committed Oct 25, 2024
1 parent 694543f commit d10f53e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpine/extra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN mkdir -p $TEMPLATES_DIR

# eisvogel
ARG EISVOGEL_REPO=https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template
ARG EISVOGEL_VERSION=2.4.2
ARG EISVOGEL_VERSION=2.5.0
RUN wget ${EISVOGEL_REPO}/${EISVOGEL_VERSION}/eisvogel.tex \
-O ${TEMPLATES_DIR}/eisvogel.latex

Expand Down
2 changes: 1 addition & 1 deletion ubuntu/extra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN mkdir -p $TEMPLATES_DIR

# eisvogel
ARG EISVOGEL_REPO=https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template
ARG EISVOGEL_VERSION=2.4.2
ARG EISVOGEL_VERSION=2.5.0
RUN wget ${EISVOGEL_REPO}/${EISVOGEL_VERSION}/eisvogel.tex \
-O ${TEMPLATES_DIR}/eisvogel.latex

Expand Down

0 comments on commit d10f53e

Please sign in to comment.