From 9220de983be6485a86244beec389db8d882c7d24 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sun, 26 Feb 2017 15:42:03 -0800 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- atom/Dockerfile | 2 +- consul/Dockerfile | 2 +- curl/Dockerfile | 2 +- powershell/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/atom/Dockerfile b/atom/Dockerfile index 7be3cee..62dec43 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV ATOM_VERSION 1.14.1 +ENV ATOM_VERSION 1.14.3 # download the source RUN buildDeps=' \ diff --git a/consul/Dockerfile b/consul/Dockerfile index 66c85c6..d1cf1cb 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -9,7 +9,7 @@ RUN apk --no-cache add \ ca-certificates \ curl -ENV CONSUL_VERSION v0.7.4 +ENV CONSUL_VERSION v0.7.5 RUN buildDeps=' \ bash \ diff --git a/curl/Dockerfile b/curl/Dockerfile index 3ac5c73..b957ef8 100644 --- a/curl/Dockerfile +++ b/curl/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ nghttp2 \ openssl -ENV CURL_VERSION 7.52.1 +ENV CURL_VERSION 7.53.1 RUN set -x \ && apk add --no-cache --virtual .build-deps \ diff --git a/powershell/Dockerfile b/powershell/Dockerfile index 0cf9361..94c47b4 100644 --- a/powershell/Dockerfile +++ b/powershell/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:16.04 MAINTAINER Christian Koep -ENV POWERSHELL_VERSION 6.0.0-alpha.15 +ENV POWERSHELL_VERSION 6.0.0-alpha.16 RUN apt-get update && apt-get install -y \ ca-certificates \