Update build image for gitlab-ci to match dotnet 2.2
This commit is contained in:
parent
7dbb2ab89f
commit
0ae9dcce67
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ before_script:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
image: microsoft/dotnet:2.1.401-sdk-stretch
|
||||
image: mcr.microsoft.com/dotnet/core/sdk:2.2
|
||||
artifacts:
|
||||
expire_in: 1h
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue