1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

update python to 3.10

This commit is contained in:
Christopher Fenner
2025-09-03 09:49:09 +02:00
parent 6c4d10f7d3
commit 71dc8d3b60
2 changed files with 2 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ func pythonBuildMetadata() config.StepData {
},
},
Containers: []config.Container{
{Name: "python", Image: "python:3.9"},
{Name: "python", Image: "python:3.10"},
},
Outputs: config.StepOutputs{
Resources: []config.StepResources{

View File

@@ -113,4 +113,4 @@ spec:
- name: custom/buildSettingsInfo
containers:
- name: python
image: python:3.9
image: python:3.10