From 7a95bd6503e034263c4154379a716a8e14b7e987 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 25 Jun 2018 14:13:35 -0400 Subject: [PATCH] latest versions Signed-off-by: Jess Frazelle --- gcloud/Dockerfile | 2 +- wireguard/install/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcloud/Dockerfile b/gcloud/Dockerfile index 17cf6bf..2cb0289 100644 --- a/gcloud/Dockerfile +++ b/gcloud/Dockerfile @@ -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 \ diff --git a/wireguard/install/Dockerfile b/wireguard/install/Dockerfile index 9c8aa5b..ca8cdf6 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.20180620 +ENV WIREGUARD_VERSION 0.0.20180625 RUN set -x \ && apk add --no-cache --virtual .build-deps \