File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Copyright (c) Microsoft Corporation. All rights reserved.
22# Licensed under the MIT License.
33
4- FROM mcr.microsoft.com/dotnet/core/sdk:3.1.101
4+ FROM mcr.microsoft.com/dotnet/core/sdk:3.1.408
55
66RUN pwsh --command Install-Module platyPS,Pester -Force
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 3.1.101 "
3+ "version" : " 3.1.408 "
44 }
55}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ RUN Import-Module PackageManagement; `
1818 Install-ChocolateyPackage -PackageName git -Executable git.exe; `
1919 Install-ChocolateyPackage -PackageName nuget.commandline -Executable nuget.exe -Cleanup; `
2020 Install-Module -Force -Name platyPS -Repository PSGallery; `
21- Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/ dotnet-install.ps1 -outfile C:/dotnet-install.ps1; `
22- C:/dotnet-install.ps1 -Channel Release - Version 2 .1.4 ; `
21+ Invoke-WebRequest -Uri https://dot.net/v1/ dotnet-install.ps1 -OutFile C:/dotnet-install.ps1; `
22+ C:/dotnet-install.ps1 -Version 3 .1.408 ; `
2323 Add-Path C:/Users/ContainerAdministrator/AppData/Local/Microsoft/dotnet;
2424
2525COPY buildPSSA.ps1 containerFiles/buildPSSA.ps1
You can’t perform that action at this time.
0 commit comments