1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-07-13 01:30:24 +02:00

update docker image (#2918)

Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
Kevin Stiehl
2021-06-17 16:19:39 +02:00
committed by GitHub
parent d6b7a0f566
commit 80974ea930
2 changed files with 2 additions and 2 deletions

View File

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