From 1093278013ca8b326426ffc74b46231e26d81965 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 20 Nov 2018 13:43:33 -0500 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- azure-cli/Dockerfile | 2 +- now/Dockerfile | 2 +- vagrant/Dockerfile | 2 +- wireguard/install/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-cli/Dockerfile b/azure-cli/Dockerfile index 1bdbcb9..c443f33 100644 --- a/azure-cli/Dockerfile +++ b/azure-cli/Dockerfile @@ -16,7 +16,7 @@ RUN set -x \ && apk del .build-deps # Add extentions -ENV AZURE_CLI_EXTENSION_NOELBUNDICK_VERSION 0.0.11 +ENV AZURE_CLI_EXTENSION_NOELBUNDICK_VERSION 0.0.12 RUN az extension add -y \ --source "https://github.com/noelbundick/azure-cli-extension-noelbundick/releases/download/v${AZURE_CLI_EXTENSION_NOELBUNDICK_VERSION}/noelbundick-${AZURE_CLI_EXTENSION_NOELBUNDICK_VERSION}-py2.py3-none-any.whl" diff --git a/now/Dockerfile b/now/Dockerfile index 5734445..64191b4 100644 --- a/now/Dockerfile +++ b/now/Dockerfile @@ -6,7 +6,7 @@ RUN apk add --no-cache \ curl \ gzip -ENV NOW_VERSION 12.1.2 +ENV NOW_VERSION 13.0.0-canary.6 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/vagrant/Dockerfile b/vagrant/Dockerfile index 57aa436..d3b1375 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.0 +ENV VAGRANT_VERSION 2.2.1 # 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 d64830b..50386e5 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.20181018 +ENV WIREGUARD_VERSION 0.0.20181119 RUN set -x \ && apk add --no-cache --virtual .build-deps \