update versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-08-04 09:37:42 -04:00
parent 80487857cf
commit 0ec5ea44e5
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV VAULT_VERSION v0.8.0-beta1
ENV VAULT_VERSION v0.8.0-rc1
RUN buildDeps=' \
bash \