Skip to content

Commit 35030db

Browse files
committed
Update Prince package version and Debian reference in Cloud Build configuration
1 parent 0b643d7 commit 35030db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
substitutions:
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

1616
steps:
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
# ─────────────────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)