File tree 4 files changed +4
-4
lines changed 4 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.408
4
+ FROM mcr.microsoft.com/dotnet/core/sdk:3.1.419
5
5
6
6
RUN pwsh --command Install-Module platyPS,Pester -Force
Original file line number Diff line number Diff line change 64
64
</ItemGroup >
65
65
66
66
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
67
- <PackageReference Include =" System.Management.Automation" Version =" 7.0.3 " />
67
+ <PackageReference Include =" System.Management.Automation" Version =" 7.0.11 " />
68
68
</ItemGroup >
69
69
<PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
70
70
<DefineConstants >$(DefineConstants);PSV7;CORECLR</DefineConstants >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 3.1.408 "
3
+ "version" : " 3.1.419 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN Import-Module PackageManagement; `
19
19
Install-ChocolateyPackage -PackageName nuget.commandline -Executable nuget.exe -Cleanup; `
20
20
Install-Module -Force -Name platyPS -Repository PSGallery; `
21
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 ; `
22
+ C:/dotnet-install.ps1 -Version 3.1.419 ; `
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