From 2d4e20bc9ef36c1946accc56050953af7d485938 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 14 Feb 2018 12:29:28 -0500 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- atom/Dockerfile | 2 +- consul/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atom/Dockerfile b/atom/Dockerfile index 739f1d5..3f9737d 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.3 +ENV ATOM_VERSION 1.24.0 # download the source RUN buildDeps=' \ diff --git a/consul/Dockerfile b/consul/Dockerfile index 70eabd4..1cee410 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -8,7 +8,7 @@ ENV GOPATH /go RUN apk --no-cache add \ ca-certificates -ENV CONSUL_VERSION v1.0.3 +ENV CONSUL_VERSION v1.0.6 RUN buildDeps=' \ bash \