Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 811f458

Browse files
Use correct PowerShell container
1 parent 68eeaf3 commit 811f458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/powershell/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
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 microsoft/powershell
6+
FROM mcr.microsoft.com/powershell
77

88
# Install git, process tools
99
RUN apt-get update && apt-get -y install git procps

0 commit comments

Comments
 (0)