From d2ee63344ceb5d8baff726f85163fc84b36eacb0 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 10 Oct 2017 13:31:22 -0400 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- atom/Dockerfile | 2 +- certbot/Dockerfile | 2 +- consul/Dockerfile | 2 +- curl/Dockerfile | 2 +- keepassxc/Dockerfile | 2 +- micro/Dockerfile | 2 +- plexpy/Dockerfile | 2 +- vault/Dockerfile | 2 +- wireguard/Dockerfile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/atom/Dockerfile b/atom/Dockerfile index 6038a3b..95c4d26 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.20.1 +ENV ATOM_VERSION 1.21.0 # download the source RUN buildDeps=' \ diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 2d1b77b..f9acecc 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -27,7 +27,7 @@ RUN apk --no-cache add \ RUN pip install acme -ENV CERTBOT_VERSION 0.18.1 +ENV CERTBOT_VERSION 0.19.0 RUN buildDeps=' \ git \ diff --git a/consul/Dockerfile b/consul/Dockerfile index a0ec354..ce38e9a 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -8,7 +8,7 @@ ENV GOPATH /go RUN apk --no-cache add \ ca-certificates -ENV CONSUL_VERSION v0.9.3 +ENV CONSUL_VERSION v1.0.0-beta2 RUN buildDeps=' \ bash \ diff --git a/curl/Dockerfile b/curl/Dockerfile index 035ce90..9db6909 100644 --- a/curl/Dockerfile +++ b/curl/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ nghttp2 \ openssl -ENV CURL_VERSION 7.55.1 +ENV CURL_VERSION 7.56.0 RUN set -x \ && apk add --no-cache --virtual .build-deps \ diff --git a/keepassxc/Dockerfile b/keepassxc/Dockerfile index d9634f0..df6dfa2 100644 --- a/keepassxc/Dockerfile +++ b/keepassxc/Dockerfile @@ -11,7 +11,7 @@ FROM alpine:latest LABEL maintainer "Christian Koep " -ENV KEEPASSXC_VERSION 2.2.0 +ENV KEEPASSXC_VERSION 2.2.1 RUN buildDeps=' \ automake \ diff --git a/micro/Dockerfile b/micro/Dockerfile index 65e66f7..acea332 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.2 +ENV MICRO_VERSION v1.3.3 RUN buildDeps=' \ go \ diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index c1d12ee..b66c31e 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ python # Get the source -ENV PLEXPY_VERSION v1.4.22 +ENV PLEXPY_VERSION v1.4.25 RUN git clone https://github.com/drzoidberg33/plexpy.git /opt/plexpy \ && ( \ cd /opt/plexpy \ diff --git a/vault/Dockerfile b/vault/Dockerfile index d5c6903..247a092 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.2 +ENV VAULT_VERSION v0.8.3 RUN buildDeps=' \ bash \ diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index 70df868..54504bb 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.20170918 +ENV WIREGUARD_VERSION 0.0.20171005 RUN set -x \ && apk add --no-cache --virtual .build-deps \