update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-01-14 10:59:17 -05:00
parent a172339120
commit 719d575c34
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV ATOM_VERSION 1.23.2
ENV ATOM_VERSION 1.23.3
# download the source
RUN buildDeps=' \

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV COREDNS_VERSION v1.0.2
ENV COREDNS_VERSION v1.0.3
RUN buildDeps=' \
go \

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.0.0-rc
ENV POWERSHELL_VERSION 6.0.0
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 TERRAFORM_VERSION v0.11.1
ENV TERRAFORM_VERSION v0.11.2
RUN buildDeps=' \
bash \