Skip to content

Commit b5b0bb0

Browse files
committed
Use 'trixie' image for CI workflows.
1 parent cbe0658 commit b5b0bb0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- id: details
3232
uses: kpfleming/composite-actions/image-details@v3
3333
with:
34-
base_image: python:v4-bookworm-main
34+
base_image: python:v4-trixie-main
3535
- id: preflight
3636
uses: kpfleming/composite-actions/ci-preflight@v3
3737
with:

.github/workflows/delete-pr-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- id: details
1515
uses: kpfleming/composite-actions/image-details@v3
1616
with:
17-
base_image: python:bookworm-main
17+
base_image: python:trixie-main
1818
- uses: kpfleming/composite-actions/delete-pr-image@v3
1919
with:
2020
image_registry: ${{ steps.details.outputs.image_registry }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- id: details
2121
uses: kpfleming/composite-actions/image-details@v3
2222
with:
23-
base_image: python:bookworm-main
23+
base_image: python:trixie-main
2424
- id: preflight
2525
uses: kpfleming/composite-actions/lint-preflight@v3
2626
with:

0 commit comments

Comments
 (0)