Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WORKDIR /tmp/texlive
ARG SCHEME=scheme-basic
ARG DOCFILES=0
ARG SRCFILES=0
ARG TEXLIVE_VERSION=2024
ARG TEXLIVE_VERSION=2025
ARG TEXLIVE_MIRROR=http://ctan.math.utah.edu/ctan/tex-archive/systems/texlive/tlnet
RUN apt-get update -y && \
apt-get install -y --no-install-recommends wget gnupg cpanminus && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## Features

- Fastest way to code LaTex and produce a pdf file when saving your .tex file
- Uses [texlive 2023](https://www.tug.org/texlive/acquire-netinstall.html)
- Uses [texlive 2025](https://www.tug.org/texlive/acquire-netinstall.html)
- Based on Debian Bullseye Slim, using [qmcgaw/basedevcontainer](https://github.com/qdm12/basedevcontainer)
- Compatible with `amd64` and `aarch64`
- **Two Docker images**:
Expand Down