From 7462133fedde4ccf3629046a5946f300ac9d9f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Sat, 18 Mar 2017 15:47:52 +0100 Subject: [PATCH] Updated powershell to 6.0.0-alpha.17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Käufl --- powershell/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell/Dockerfile b/powershell/Dockerfile index 774f4a6..1fe90d2 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-alpha.16 +ENV POWERSHELL_VERSION 6.0.0-alpha.17 RUN apt-get update && apt-get install -y \ ca-certificates \