From 57d70d8faf1af0b0afe148401677f70c554878b4 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 5 Dec 2019 16:42:35 -0800 Subject: [PATCH] update Signed-off-by: Jess Frazelle --- bcc-tools/Dockerfile | 2 +- bpftrace/Dockerfile | 2 +- cfssl/Dockerfile | 2 +- consul/Dockerfile | 2 +- coredns/Dockerfile | 2 +- gcloud/Dockerfile | 2 +- keepassxc/Dockerfile | 2 +- nomad/Dockerfile | 2 +- packer/Dockerfile | 2 +- plexpy/Dockerfile | 2 +- radarr/Dockerfile | 2 +- telize/Dockerfile | 4 ++-- terraform/Dockerfile | 2 +- unifi/Dockerfile | 2 +- vagrant/Dockerfile | 2 +- wireguard/install/Dockerfile | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bcc-tools/Dockerfile b/bcc-tools/Dockerfile index 43fe62f..b500913 100644 --- a/bcc-tools/Dockerfile +++ b/bcc-tools/Dockerfile @@ -52,7 +52,7 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # Build libbcc -ENV BCC_VERSION v0.10.0 +ENV BCC_VERSION v0.11.0 RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc \ && ( \ cd /usr/src/bcc \ diff --git a/bpftrace/Dockerfile b/bpftrace/Dockerfile index 93d5f01..3bbcbe8 100644 --- a/bpftrace/Dockerfile +++ b/bpftrace/Dockerfile @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # Build bpftrace -ENV BPFTRACE_VERSION v0.9.2 +ENV BPFTRACE_VERSION v0.9.3 RUN git clone --depth 1 --branch "$BPFTRACE_VERSION" https://github.com/iovisor/bpftrace.git /usr/src/bpftrace \ && ( \ cd /usr/src/bpftrace \ diff --git a/cfssl/Dockerfile b/cfssl/Dockerfile index f504dfa..d366058 100644 --- a/cfssl/Dockerfile +++ b/cfssl/Dockerfile @@ -9,7 +9,7 @@ RUN apk --no-cache add \ libc-dev -ENV CFSSL_VERSION 1.3.4 +ENV CFSSL_VERSION 1.4.1 RUN git clone --depth 1 --branch "$CFSSL_VERSION" https://github.com/cloudflare/cfssl.git /go/src/github.com/cloudflare/cfssl diff --git a/consul/Dockerfile b/consul/Dockerfile index c6b1bd3..342c9b4 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV CONSUL_VERSION v1.6.1 +ENV CONSUL_VERSION v1.6.2 RUN go get github.com/hashicorp/consul || true diff --git a/coredns/Dockerfile b/coredns/Dockerfile index a8139e0..b41ecd0 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -10,7 +10,7 @@ RUN apk --no-cache add \ git \ make -ENV COREDNS_VERSION v1.6.3 +ENV COREDNS_VERSION v1.6.5 RUN git clone --depth 1 --branch ${COREDNS_VERSION} https://github.com/coredns/coredns /go/src/github.com/coredns/coredns diff --git a/gcloud/Dockerfile b/gcloud/Dockerfile index 50949ba..57bcf70 100644 --- a/gcloud/Dockerfile +++ b/gcloud/Dockerfile @@ -1,7 +1,7 @@ FROM python:2-alpine ENV PATH $PATH:/usr/src/google-cloud-sdk/bin -ENV CLOUD_SDK_DOCKER_VERSION 262.0.0 +ENV CLOUD_SDK_DOCKER_VERSION 272.0.0 RUN set -x \ && apk add --no-cache --virtual .build-deps \ diff --git a/keepassxc/Dockerfile b/keepassxc/Dockerfile index 8d97abb..d932abc 100644 --- a/keepassxc/Dockerfile +++ b/keepassxc/Dockerfile @@ -11,7 +11,7 @@ FROM alpine:latest LABEL maintainer "Christian Koep " -ENV KEEPASSXC_VERSION 2.4.3 +ENV KEEPASSXC_VERSION 2.5.1 RUN buildDeps=' \ automake \ diff --git a/nomad/Dockerfile b/nomad/Dockerfile index 2a2d91a..781ddb8 100644 --- a/nomad/Dockerfile +++ b/nomad/Dockerfile @@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV NOMAD_VERSION v0.9.5 +ENV NOMAD_VERSION v0.10.2 RUN go get github.com/hashicorp/nomad diff --git a/packer/Dockerfile b/packer/Dockerfile index a4aade5..b9cea4a 100644 --- a/packer/Dockerfile +++ b/packer/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --no-cache \ make \ zip -ENV PACKER_VERSION v1.4.3 +ENV PACKER_VERSION v1.4.4 RUN go get github.com/hashicorp/packer diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index 4eca232..968cb87 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -15,7 +15,7 @@ RUN apk add --no-cache \ py-pip # Get the source -ENV PLEXPY_VERSION v2.1.34 +ENV PLEXPY_VERSION v2.1.38 RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \ && ( \ cd /opt/plexpy \ diff --git a/radarr/Dockerfile b/radarr/Dockerfile index b9aff71..a2242c8 100644 --- a/radarr/Dockerfile +++ b/radarr/Dockerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ --repository https://dl-4.alpinelinux.org/alpine/edge/testing # https://github.com/Radarr/Radarr/releases -ENV RADARR_VERSION 0.2.0.1358 +ENV RADARR_VERSION 0.2.0.1450 RUN mkdir -p /opt/radarr \ && wget "https://github.com/Radarr/Radarr/releases/download/v${RADARR_VERSION}/Radarr.develop.${RADARR_VERSION}.linux.tar.gz" -O /tmp/radarr.tar.gz \ && tar -xzvf /tmp/radarr.tar.gz -C /opt/radarr --strip-components 1 \ diff --git a/telize/Dockerfile b/telize/Dockerfile index d5bf2f6..d58c3da 100644 --- a/telize/Dockerfile +++ b/telize/Dockerfile @@ -10,9 +10,9 @@ ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1 # https://github.com/openresty/lua-nginx-module/releases ENV LUA_NGINX_MODULE_VERSION v0.10.15 # https://github.com/leev/ngx_http_geoip2_module/releases -ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.2 +ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.3 # https://github.com/maxmind/libmaxminddb/releases -ENV LIBMAXMINDDB_VERSION 1.3.2 +ENV LIBMAXMINDDB_VERSION 1.4.2 # Tell nginx's build system where to find LuaJIT 2.1: ENV LUAJIT_LIB=/usr/lib/ diff --git a/terraform/Dockerfile b/terraform/Dockerfile index d8e550c..ba1e02e 100644 --- a/terraform/Dockerfile +++ b/terraform/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ musl-dev \ zip -ENV TERRAFORM_VERSION v0.12.8 +ENV TERRAFORM_VERSION v0.12.17 RUN go get github.com/hashicorp/terraform || true diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 777b961..b6b9e4a 100644 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -88,7 +88,7 @@ RUN apt-get update && apt-get install -y \ # unifi version # From: https://www.ubnt.com/download/unifi/ -ENV UNIFI_VERSION "5.11.46" +ENV UNIFI_VERSION "5.12.35" # install unifi RUN apt-get update && apt-get install -y \ diff --git a/vagrant/Dockerfile b/vagrant/Dockerfile index 1061bc1..00a9b9f 100644 --- a/vagrant/Dockerfile +++ b/vagrant/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV VAGRANT_VERSION 2.2.5 +ENV VAGRANT_VERSION 2.2.6 # download the source RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \ diff --git a/wireguard/install/Dockerfile b/wireguard/install/Dockerfile index 2c5ee39..d0cd4bd 100644 --- a/wireguard/install/Dockerfile +++ b/wireguard/install/Dockerfile @@ -18,7 +18,7 @@ RUN apk add --no-cache \ libmnl-dev # https://git.zx2c4.com/WireGuard/refs/ -ENV WIREGUARD_VERSION 0.0.20190913 +ENV WIREGUARD_VERSION 0.0.20191205 RUN set -x \ && apk add --no-cache --virtual .build-deps \