Skip to content
Open
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
4 changes: 2 additions & 2 deletions taskcluster/kinds/docker-image/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ transforms:
- taskgraph.transforms.task:transforms

meta:
- &py311 "3.11.9"
- &py311 "3.11.15"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure how I feel about patch python versions silently changing the underlying debian version... It might be worth pinning that more precisely?

- &py314 "3.14.3"
- &uv_version "0.7.15"

Expand Down Expand Up @@ -84,7 +84,7 @@ tasks:
args:
SCRIPT_NAME: pushmsixscript
signingscript:
# python:3.11.9 docker image contains osslsigncode 2.5.
# python:3.11.15 docker image contains osslsigncode 2.9.
# if the image changes, verify version of osslsigncode and make sure winsign works as well
parent: base
treescript:
Expand Down