update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-11-20 13:43:33 -05:00
parent 575f5cb67f
commit 1093278013
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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" \

View File

@ -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 \

View File

@ -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 \