You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
fix(hadolint): change docker image (#3351)
* use hadolint alpine image * update generated files
This commit is contained in:
committed by
GitHub
parent
cf8dad1edd
commit
38e4e0a133
@@ -219,7 +219,7 @@ func hadolintExecuteMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "hadolint", Image: "hadolint/hadolint:latest-debian"},
|
||||
{Name: "hadolint", Image: "hadolint/hadolint:latest-alpine"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user