From 68396557150bf5b337cf1e11335f672adbb8103e Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 8 Aug 2017 21:49:54 -0400 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- atom/Dockerfile | 2 +- micro/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atom/Dockerfile b/atom/Dockerfile index 48ad207..fbd8828 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.18.0 +ENV ATOM_VERSION 1.19.0 # download the source RUN buildDeps=' \ diff --git a/micro/Dockerfile b/micro/Dockerfile index cfd4670..0d94334 100644 --- a/micro/Dockerfile +++ b/micro/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer "Christian Koep " ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV GOPATH /go -ENV MICRO_VERSION v1.3.0 +ENV MICRO_VERSION v1.3.1 RUN buildDeps=' \ go \