update latest versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-16 22:06:37 -04:00
parent 6ebc157029
commit 146ad38819
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV CRIO_VERSION v1.9.9 ENV CRIO_VERSION v1.10.0-beta.1
ENV GO_VERSION 1.9.4 ENV GO_VERSION 1.9.4
ENV CNI_PLUGINS_VERSION v0.6.0 ENV CNI_PLUGINS_VERSION v0.6.0
ENV RUNC_VERSION v1.0.0-rc4 ENV RUNC_VERSION v1.0.0-rc4

View File

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

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \ RUN apk --no-cache add \
ca-certificates ca-certificates
ENV TERRAFORM_VERSION v0.11.3 ENV TERRAFORM_VERSION v0.11.4
RUN buildDeps=' \ RUN buildDeps=' \
bash \ bash \

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV VAGRANT_VERSION 2.0.2 ENV VAGRANT_VERSION 2.0.3
ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb