diff --git a/windows/nanoserver-ltsc2019/Dockerfile b/windows/nanoserver-ltsc2019/Dockerfile index cf04748e..754e87e3 100644 --- a/windows/nanoserver-ltsc2019/Dockerfile +++ b/windows/nanoserver-ltsc2019/Dockerfile @@ -24,7 +24,7 @@ ARG JAVA_VERSION=11.0.19_7 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-windowsservercore-1809 AS jdk-core -FROM mcr.microsoft.com/powershell:nanoserver-1809 +FROM mcr.microsoft.com/powershell:nanoserver-2004 SHELL ["pwsh.exe", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] USER ContainerAdministrator