update wireguard

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-06 14:35:50 -05:00
parent 47cfd6b5ec
commit 15bb6cb391
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,8 @@ get_latest() {
dir="golang-softhsm2" dir="golang-softhsm2"
elif [[ "$dir" == "bazel" ]]; then elif [[ "$dir" == "bazel" ]]; then
dir="gitiles" dir="gitiles"
elif [[ "$dir" == "byte-unixbench" ]]; then
dir="unixbench"
elif [[ "$dir" == "zookeeper" ]]; then elif [[ "$dir" == "zookeeper" ]]; then
dir="zookeeper/3.5" dir="zookeeper/3.5"
elif [[ "$dir" == "oauth2_proxy" ]]; then elif [[ "$dir" == "oauth2_proxy" ]]; then
@ -79,6 +81,7 @@ reverse-shell/routersploit
tarsnap/tarsnap tarsnap/tarsnap
fcambus/telize fcambus/telize
hashicorp/terraform hashicorp/terraform
kdlucas/byte-unixbench
mitchellh/vagrant mitchellh/vagrant
hashicorp/vault hashicorp/vault
wireguard/wireguard wireguard/wireguard

View File

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