latest versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-06-25 14:13:35 -04:00
parent a9c0d01bec
commit 7a95bd6503
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM python:2-alpine
ENV PATH $PATH:/usr/src/google-cloud-sdk/bin
ENV CLOUD_SDK_DOCKER_VERSION 203.0.0
ENV CLOUD_SDK_DOCKER_VERSION 206.0.0
RUN set -x \
&& apk add --no-cache --virtual .build-deps \

View File

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