Update PowerShell version (#295)

This commit is contained in:
Jacob Hands 2017-09-14 17:39:26 -05:00 committed by Jess Frazelle
parent f32dfa3853
commit a47e504866

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.0.0-beta.6
ENV POWERSHELL_VERSION 6.0.0-beta.7
RUN apt-get update && apt-get install -y \
ca-certificates \