1
0
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:
Mikalai Dzemidzenka
2021-07-05 13:07:22 +03:00
committed by GitHub
parent fbcdd07ffc
commit 9b3162c74a
8 changed files with 10 additions and 10 deletions

View File

@ -198,7 +198,7 @@ func npmExecuteScriptsMetadata() config.StepData {
},
},
Containers: []config.Container{
{Name: "node", Image: "node:12-buster"},
{Name: "node", Image: "node:lts-stretch"},
},
},
}