update latest versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-06-20 17:12:08 -04:00
parent c40152bee7
commit 9d55bd69ac
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV VAULT_VERSION v0.10.2
ENV VAULT_VERSION v0.10.3
RUN buildDeps=' \
bash \

View File

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