Add try with new image fix

This commit is contained in:
Karol Górzyński 2020-12-04 17:53:36 +01:00
parent 04f56e5078
commit 67e52719f2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
agent {
docker {
image 'mcr.microsoft.com/dotnet/sdk:5.0'
image '12.20.0-alpine3.9'
image 'mhart/12.20.0-alpine3.9'
}
}