From f4fc0418ca3a01932bdd19a46ba38bef192fd15b Mon Sep 17 00:00:00 2001 From: Jacob Hands Date: Fri, 26 Jan 2018 12:14:14 -0600 Subject: [PATCH] Update PowerShell to 6.0.1 --- powershell/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powershell/Dockerfile b/powershell/Dockerfile index ca36e7d..4c5143d 100644 --- a/powershell/Dockerfile +++ b/powershell/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:16.04 LABEL maintainer "Christian Koep " -ENV POWERSHELL_VERSION 6.0.0 +ENV POWERSHELL_VERSION 6.0.1 RUN apt-get update && apt-get install -y \ ca-certificates \ @@ -21,4 +21,4 @@ RUN cd /usr/src \ && apt-get install -fy \ && rm -rf /var/lib/apt/lists/* /usr/src/* -ENTRYPOINT [ "/usr/bin/powershell" ] +ENTRYPOINT [ "/usr/bin/pwsh" ]