From 2c5a163ced6b4967bff5162a0fbdf3a8109d9325 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 27 Nov 2017 10:35:46 -0500 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- atom/Dockerfile | 2 +- micro/Dockerfile | 2 +- powershell/Dockerfile | 2 +- vault/Dockerfile | 2 +- wireguard/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/atom/Dockerfile b/atom/Dockerfile index df99cbd..c034c45 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.22.0 +ENV ATOM_VERSION 1.22.1 # download the source RUN buildDeps=' \ diff --git a/micro/Dockerfile b/micro/Dockerfile index acea332..9a1b708 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.3 +ENV MICRO_VERSION v1.3.4 RUN buildDeps=' \ go \ diff --git a/powershell/Dockerfile b/powershell/Dockerfile index 2e18dab..6d9f093 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-beta.9 +ENV POWERSHELL_VERSION 6.0.0-rc RUN apt-get update && apt-get install -y \ ca-certificates \ diff --git a/vault/Dockerfile b/vault/Dockerfile index 247a092..2a0fb90 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -7,7 +7,7 @@ ENV GOPATH /go RUN apk --no-cache add \ ca-certificates -ENV VAULT_VERSION v0.8.3 +ENV VAULT_VERSION v0.9.0 RUN buildDeps=' \ bash \ diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index 6546f2d..bc4dc09 100644 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -17,7 +17,7 @@ RUN apk add --no-cache \ libmnl-dev # https://git.zx2c4.com/WireGuard/refs/ -ENV WIREGUARD_VERSION 0.0.20171111 +ENV WIREGUARD_VERSION 0.0.20171127 RUN set -x \ && apk add --no-cache --virtual .build-deps \