Skip to content

Commit 6cfdbaa

Browse files
Fix dev container (PowerShell#14906)
Co-authored-by: Travis Plunk <[email protected]>
1 parent 597bfc9 commit 6cfdbaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

6-
FROM mcr.microsoft.com/dotnet/nightly/sdk:6.0.100
6+
FROM mcr.microsoft.com/powershell/test-deps:ubuntu-18.04
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
22
{
3-
"name": ".NET Core 5.0, including pwsh (Debian 10)",
3+
"name": ".NET Core 6.0, including pwsh (Ubuntu 18.04)",
44
"dockerFile": "Dockerfile",
55

66
// Uncomment the next line to run commands after the container is created.

0 commit comments

Comments
 (0)