File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,12 +24,18 @@ We use letters instead of numbers to avoid confusion with the automatic builds s
2424
2525Note that this version is continuously built based on [ texlive/texlive] ( https://gitlab.com/islandoftex/images/texlive ) .
2626
27- ### Added
27+ ## TeXLive 2025
28+
29+ ### [ 2025-A] &ndash ; 2025-05-10
30+
31+ #### Added
2832
2933- Added ` less `
3034
31- ### Changed
35+ #### Changed
3236
37+ - Updated ` pandoc ` to [ 3.6.4] ( https://pandoc.org/releases.html#pandoc-3.6.4-2025-03-16 )
38+ - Updated ` plantuml ` to [ v1.2025.2] ( https://github.com/plantuml/plantuml/releases/tag/v1.2025.2 )
3339- Removed packages already available upstream (` git ` , ...)
3440
3541## TeXLive 2024
@@ -228,7 +234,8 @@ Note that this version is continuously built based on [texlive/texlive](https://
228234
229235Initial release
230236
231- [ edge ] : https://github.com/koppor/docker-texlive/compare/2024-B...HEAD
237+ [ edge ] : https://github.com/koppor/docker-texlive/compare/2025-A...HEAD
238+ [ 2025-A ] : https://github.com/koppor/docker-texlive/compare/2024-B...2025-A
232239[ 2024-B ] : https://github.com/koppor/docker-texlive/compare/2024-A...2024-B
233240[ 2024-A ] : https://github.com/koppor/docker-texlive/compare/2023-A...2024-A
234241[ 2023-A ] : https://github.com/koppor/docker-texlive/compare/2021-D...2023-A
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ RUN apt-get update -q && \
5151 rm -rf /var/lib/apt/lists/* && apt-get clean
5252
5353# pandoc in the repositories is older - we just overwrite it with a more recent version
54- RUN curl -o /home/pandoc.deb -sSL https://github.com/jgm/pandoc/releases/download/3.6.3 /pandoc-3.6.3 -1-$TARGETARCH.deb && dpkg -i pandoc.deb && rm pandoc.deb
54+ RUN curl -o /home/pandoc.deb -sSL https://github.com/jgm/pandoc/releases/download/3.6.4 /pandoc-3.6.4 -1-$TARGETARCH.deb && dpkg -i pandoc.deb && rm pandoc.deb
5555
5656# get PlantUML in place
57- RUN curl -o /home/plantuml.zip -sSL https://github.com/plantuml/plantuml/releases/download/v1.2025.0 /plantuml-asl-1.2025.0 .jar && \
57+ RUN curl -o /home/plantuml.zip -sSL https://github.com/plantuml/plantuml/releases/download/v1.2025.2 /plantuml-asl-1.2025.2 .jar && \
5858 unzip -q plantuml.zip && \
5959 rm plantuml.zip
6060ENV PLANTUML_JAR=/home/plantuml.jar
You can’t perform that action at this time.
0 commit comments