Problem
The default image as defined in
is
bookworm.
also in versions.json
and confirmed by
$ docker run --rm --entrypoint cat node:25.5 /etc/debian_version
12.13
https://www.debian.org/releases/ shows
| Version |
Code Name |
Release Date |
Status |
| 13 |
Trixie |
2025-08-09 |
stable |
| 12 |
Bookworm |
2023-06-10 |
oldstable |
Solution
Update the default_variant to trixie.
Add the information to README > node: which currently does not state which operating system and version the default is based on.
Alternatives to Consider
Stay with bookworm
EOL is however 2026-06-10 (with later dates for End of LTS and End of ELTS).
Problem
The default image as defined in
docker-node/config
Line 2 in 4c215dc
bookworm.also in versions.json
and confirmed by
https://www.debian.org/releases/ shows
Solution
Update the
default_varianttotrixie.Add the information to README > node: which currently does not state which operating system and version the default is based on.
Alternatives to Consider
Stay with
bookwormEOL is however 2026-06-10 (with later dates for End of LTS and End of ELTS).