Skip to content

Commit dd353a0

Browse files
committed
Move up to sdk 2.1.9
1 parent f74b28f commit dd353a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/releaseBuild/Image/DockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN Import-Module PackageManagement; `
1818
Install-ChocolateyPackage -PackageName nuget.commandline -Executable nuget.exe -Cleanup; `
1919
Install-Module -Force -Name platyPS; `
2020
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.ps1 -outfile C:/dotnet-install.ps1; `
21-
C:/dotnet-install.ps1 -Channel Release -Version 2.1.4; `
21+
C:/dotnet-install.ps1 -Channel Release -Version 2.1.9; `
2222
Add-Path C:/Users/ContainerAdministrator/AppData/Local/Microsoft/dotnet;
2323

2424
RUN Import-Module ./containerFiles/dockerInstall.psm1; `

0 commit comments

Comments
 (0)