Skip to content

Commit

Permalink
Endret til docker image som ikke har bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jarleborsheim committed Oct 21, 2022
1 parent 217f614 commit aae0edb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pipeline {
stage('Generate models') {
agent {
docker {
image "docker-all.artifactory.fiks.ks.no/dotnet/sdk:6.0"
image "docker-all.artifactory.fiks.ks.no/dotnet/sdk:6.0.401-alpine3.16"
args '-v $HOME/.nuget:/.nuget -v $HOME/.dotnet:/.dotnet'
}
}
Expand Down Expand Up @@ -89,7 +89,7 @@ pipeline {
}
agent {
docker {
image "docker-all.artifactory.fiks.ks.no/dotnet/sdk:6.0"
image "docker-all.artifactory.fiks.ks.no/dotnet/sdk:6.0.401-alpine3.16"
args '-v $HOME/.nuget:/.nuget -v $HOME/.dotnet:/.dotnet'
}
}
Expand Down Expand Up @@ -123,7 +123,7 @@ pipeline {
}
agent {
docker {
image "docker-all.artifactory.fiks.ks.no/dotnet/sdk:6.0"
image "docker-all.artifactory.fiks.ks.no/dotnet/sdk:6.0.401-alpine3.16"
args '-v $HOME/.nuget:/.nuget -v $HOME/.dotnet:/.dotnet'
}
}
Expand All @@ -148,7 +148,7 @@ pipeline {
}
agent {
docker {
image "docker-all.artifactory.fiks.ks.no/dotnet/sdk:6.0"
image "docker-all.artifactory.fiks.ks.no/dotnet/sdk:6.0.401-alpine3.16"
args '-v $HOME/.nuget:/.nuget -v $HOME/.dotnet:/.dotnet'
}
}
Expand Down Expand Up @@ -179,7 +179,7 @@ pipeline {
}
agent {
docker {
image "docker-all.artifactory.fiks.ks.no/dotnet/sdk:6.0"
image "docker-all.artifactory.fiks.ks.no/dotnet/sdk:6.0.401-alpine3.16"
args '-v $HOME/.nuget:/.nuget -v $HOME/.dotnet:/.dotnet'
}
}
Expand Down

0 comments on commit aae0edb

Please sign in to comment.