Skip to content

Commit 70e5d0f

Browse files
committed
Release 2025-A
1 parent 8e49f9a commit 70e5d0f

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@ We use letters instead of numbers to avoid confusion with the automatic builds s
2424

2525
Note 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] – 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

229235
Initial 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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6060
ENV PLANTUML_JAR=/home/plantuml.jar

0 commit comments

Comments
 (0)