You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-07-13 01:30:24 +02:00
fix(tls): default images replaced with images with public CA (#2894)
* default images replaced with images with public CA * go files regenerated * node buster image changed to lts-stretch in npmExecuteScripts, hadolint image rollbackw * go files regenerated * node buster image changed to lts-stretch in npmExecuteLint Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fbcdd07ffc
commit
9b3162c74a
@ -198,7 +198,7 @@ func npmExecuteScriptsMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "node", Image: "node:12-buster"},
|
||||
{Name: "node", Image: "node:lts-stretch"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user