File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4
4
# -------------------------------------------------------------------------------------------------------------
5
5
6
- FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100
6
+ FROM mcr.microsoft.com/powershell/test-deps:ubuntu-18.04
7
7
8
8
# Avoid warnings by switching to noninteractive
9
9
ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 1
1
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
2
2
{
3
- "name" : " .NET Core 5 .0, including pwsh (Debian 10 )" ,
3
+ "name" : " .NET Core 6 .0, including pwsh (Ubuntu 18.04 )" ,
4
4
"dockerFile" : " Dockerfile" ,
5
5
6
6
// Uncomment the next line to run commands after the container is created.
You can’t perform that action at this time.
0 commit comments