File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
2
# Licensed under the MIT License.
3
3
4
- FROM mcr.microsoft.com/dotnet/core/sdk:3.1.101
4
+ FROM mcr.microsoft.com/dotnet/core/sdk:3.1.408
5
5
6
6
RUN pwsh --command Install-Module platyPS,Pester -Force
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 3.1.101 "
3
+ "version" : " 3.1.408 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ RUN Import-Module PackageManagement; `
18
18
Install-ChocolateyPackage -PackageName git -Executable git.exe; `
19
19
Install-ChocolateyPackage -PackageName nuget.commandline -Executable nuget.exe -Cleanup; `
20
20
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 ; `
23
23
Add-Path C:/Users/ContainerAdministrator/AppData/Local/Microsoft/dotnet;
24
24
25
25
COPY buildPSSA.ps1 containerFiles/buildPSSA.ps1
You can’t perform that action at this time.
0 commit comments