diff --git a/consul/Dockerfile b/consul/Dockerfile index ce38e9a..d1dcee3 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -8,7 +8,7 @@ ENV GOPATH /go RUN apk --no-cache add \ ca-certificates -ENV CONSUL_VERSION v1.0.0-beta2 +ENV CONSUL_VERSION v1.0.1-rc1 RUN buildDeps=' \ bash \ diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index db9368f..6546f2d 100644 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -17,7 +17,7 @@ RUN apk add --no-cache \ libmnl-dev # https://git.zx2c4.com/WireGuard/refs/ -ENV WIREGUARD_VERSION 0.0.20171101 +ENV WIREGUARD_VERSION 0.0.20171111 RUN set -x \ && apk add --no-cache --virtual .build-deps \