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" ]