diff --git a/host/3.0/buster/amd64/powershell/powershell7-core-tools.Dockerfile b/host/3.0/buster/amd64/powershell/powershell7-core-tools.Dockerfile index 490397131..c980a55a3 100644 --- a/host/3.0/buster/amd64/powershell/powershell7-core-tools.Dockerfile +++ b/host/3.0/buster/amd64/powershell/powershell7-core-tools.Dockerfile @@ -11,7 +11,7 @@ ARG USERNAME=vscode ARG USER_UID=1000 ARG USER_GID=$USER_UID -ARG PS_VERSION=7.0.3 +ARG PS_VERSION=7.1.0 ARG PS_PACKAGE=powershell_${PS_VERSION}-1.debian.10_amd64.deb ARG PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}