update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-08-13 14:29:36 -04:00
parent a99f3a7cd1
commit 1018155418
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ RUN set -x \
&& apk del .build-deps
# Add extentions
ENV AZURE_CLI_EXTENSION_NOELBUNDICK_VERSION 0.0.10
ENV AZURE_CLI_EXTENSION_NOELBUNDICK_VERSION 0.0.11
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

@ -1,7 +1,7 @@
FROM debian:sid
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.1.0-preview.3
ENV POWERSHELL_VERSION 6.0.4
RUN apt-get update && apt-get install -y \
ca-certificates \

View File

@ -18,7 +18,7 @@ RUN apk add --no-cache \
libmnl-dev
# https://git.zx2c4.com/WireGuard/refs/
ENV WIREGUARD_VERSION 0.0.20180802
ENV WIREGUARD_VERSION 0.0.20180809
RUN set -x \
&& apk add --no-cache --virtual .build-deps \