From 8209a7d3fae2a57992e2a837b21116ce1baac659 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 24 Jul 2019 14:54:24 -0700 Subject: [PATCH] first half of updates Signed-off-by: Jess Frazelle --- bcc-tools/Dockerfile | 2 +- browsh/Dockerfile | 2 +- cfssl/Dockerfile | 2 +- consul/Dockerfile | 2 +- coredns/Dockerfile | 2 +- curl/Dockerfile | 2 +- fleet/Dockerfile | 2 +- gcloud/Dockerfile | 2 +- irssi/Dockerfile | 2 +- now/Dockerfile | 2 +- plexpy/Dockerfile | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bcc-tools/Dockerfile b/bcc-tools/Dockerfile index 1f70bf9..264a072 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.9.0 +ENV BCC_VERSION v0.10.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/browsh/Dockerfile b/browsh/Dockerfile index b5c6bb4..dc39611 100644 --- a/browsh/Dockerfile +++ b/browsh/Dockerfile @@ -41,7 +41,7 @@ RUN set -x \ && firefox --version # Install browsh. -ENV BROWSH_VERSION 1.5.0 +ENV BROWSH_VERSION 1.6.4 RUN wget "https://github.com/browsh-org/browsh/releases/download/v${BROWSH_VERSION}/browsh_${BROWSH_VERSION}_linux_amd64" -O /home/browsh/bin/browsh \ && chmod a+x /home/browsh/bin/browsh diff --git a/cfssl/Dockerfile b/cfssl/Dockerfile index 85206ca..f504dfa 100644 --- a/cfssl/Dockerfile +++ b/cfssl/Dockerfile @@ -9,7 +9,7 @@ RUN apk --no-cache add \ libc-dev -ENV CFSSL_VERSION 1.3.3 +ENV CFSSL_VERSION 1.3.4 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 0551445..65a496f 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.5.1 +ENV CONSUL_VERSION v1.6.0-beta2 RUN go get github.com/hashicorp/consul diff --git a/coredns/Dockerfile b/coredns/Dockerfile index 42b59a9..91fabd3 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -10,7 +10,7 @@ RUN apk --no-cache add \ git \ make -ENV COREDNS_VERSION v1.5.0 +ENV COREDNS_VERSION v1.5.2 RUN git clone --depth 1 --branch ${COREDNS_VERSION} https://github.com/coredns/coredns /go/src/github.com/coredns/coredns diff --git a/curl/Dockerfile b/curl/Dockerfile index da45088..704852d 100644 --- a/curl/Dockerfile +++ b/curl/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ nghttp2 \ openssl -ENV CURL_VERSION 7.65.0 +ENV CURL_VERSION 7.65.3 RUN set -x \ && apk add --no-cache --virtual .build-deps \ diff --git a/fleet/Dockerfile b/fleet/Dockerfile index 22e5fac..973ec5b 100644 --- a/fleet/Dockerfile +++ b/fleet/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --no-cache \ npm \ yarn -ENV FLEET_VERSION 2.1.1 +ENV FLEET_VERSION 2.2.0 RUN git clone --depth 1 --branch "${FLEET_VERSION}" https://github.com/kolide/fleet.git /go/src/github.com/kolide/fleet diff --git a/gcloud/Dockerfile b/gcloud/Dockerfile index 4de8e26..0346d96 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 247.0.0 +ENV CLOUD_SDK_DOCKER_VERSION 255.0.0 RUN set -x \ && apk add --no-cache --virtual .build-deps \ diff --git a/irssi/Dockerfile b/irssi/Dockerfile index 2564122..c967259 100644 --- a/irssi/Dockerfile +++ b/irssi/Dockerfile @@ -12,7 +12,7 @@ RUN adduser -u 1001 -D user \ ENV LANG C.UTF-8 -ENV IRSSI_VERSION 1.2.0 +ENV IRSSI_VERSION 1.2.1 # https://otr.cypherpunks.ca/index.php#downloads ENV LIB_OTR_VERSION 4.1.1 # https://github.com/cryptodotis/irssi-otr/releases diff --git a/now/Dockerfile b/now/Dockerfile index 3bd258d..4b4a862 100644 --- a/now/Dockerfile +++ b/now/Dockerfile @@ -6,7 +6,7 @@ RUN apk add --no-cache \ curl \ gzip -ENV NOW_VERSION 15.3.0 +ENV NOW_VERSION 15.8.5 RUN curl -sSL -o "/tmp/now.gz" "https://github.com/zeit/now-cli/releases/download/${NOW_VERSION}/now-alpine.gz" \ && gzip -dv "/tmp/now.gz" \ diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index c6c1e21..27bc138 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.29 +ENV PLEXPY_VERSION v2.1.32 RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \ && ( \ cd /opt/plexpy \