update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-05-24 12:04:42 -04:00
parent 6b9d72f760
commit 7efe0c1d28
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 COREDNS_VERSION v1.1.2
ENV COREDNS_VERSION v1.1.3
RUN buildDeps=' \
go \

View File

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