File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111substitutions :
1212 # Update when a new Prince version is released: https://www.princexml.com/latest/
13- # python:3.12 is based on Debian Bookworm (12 ), so use the debian12 package.
14- _PRINCE_PACKAGE : ' prince_16.1-1_debian12_amd64 .deb'
13+ # python:3.12 is based on Debian Trixie (13 ), so use the debian13 package.
14+ _PRINCE_PACKAGE : ' prince_16.2-1_debian13_amd64 .deb'
1515
1616steps :
1717 # ─────────────────────────────────────────────────────────────────────────
1818 # Step 1: Install dependencies, generate all chapters, run full test suite.
19- # Uses python:3.12 (Debian Bookworm ) and installs Node 24 at runtime.
19+ # Uses python:3.12 (Debian Trixie ) and installs Node 24 at runtime.
2020 # node_modules persist in /workspace and are reused by later steps;
2121 # Python packages are re-installed per step.
2222 # ─────────────────────────────────────────────────────────────────────────
You can’t perform that action at this time.
0 commit comments