From 1d2038c560549bf67717fb04630689eaa13b810a Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Tue, 2 Oct 2018 10:19:11 -0700 Subject: [PATCH] update to latest supported release --- powershell/centos7/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powershell/centos7/Dockerfile b/powershell/centos7/Dockerfile index f809c719..3b79192f 100644 --- a/powershell/centos7/Dockerfile +++ b/powershell/centos7/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER The CentOS Project LABEL Name="centos/powershell" RUN yum -y --setopt=tsflags=nodocs update && \ - yum -y install https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell-6.0.0_alpha.9-1.el7.centos.x86_64.rpm && \ + yum -y install https://github.com/PowerShell/PowerShell/releases/download/v6.1.0/powershell-6.1.0-1.rhel.7.x86_64.rpm && \ yum clean all -CMD [ "/usr/bin/powershell" ] +CMD [ "/usr/bin/pwsh" ]