From 719d575c34055387ee693f064e3a50850d741796 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sun, 14 Jan 2018 10:59:17 -0500 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- atom/Dockerfile | 2 +- coredns/Dockerfile | 2 +- powershell/Dockerfile | 2 +- terraform/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/atom/Dockerfile b/atom/Dockerfile index d225690..739f1d5 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -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=' \ diff --git a/coredns/Dockerfile b/coredns/Dockerfile index cca5935..920696f 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -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 \ diff --git a/powershell/Dockerfile b/powershell/Dockerfile index 6d9f093..ca36e7d 100644 --- a/powershell/Dockerfile +++ b/powershell/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:16.04 LABEL maintainer "Christian Koep " -ENV POWERSHELL_VERSION 6.0.0-rc +ENV POWERSHELL_VERSION 6.0.0 RUN apt-get update && apt-get install -y \ ca-certificates \ diff --git a/terraform/Dockerfile b/terraform/Dockerfile index 9852940..7f5bae3 100644 --- a/terraform/Dockerfile +++ b/terraform/Dockerfile @@ -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 \