You've already forked sap-jenkins-library
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:
@@ -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{
|
||||
|
@@ -113,4 +113,4 @@ spec:
|
||||
- name: custom/buildSettingsInfo
|
||||
containers:
|
||||
- name: python
|
||||
image: python:3.9
|
||||
image: python:3.10
|
||||
|
Reference in New Issue
Block a user