mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
575f5cb67f
commit
1093278013
|
@ -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"
|
||||
|
||||
|
|
|
@ -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" \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user