mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update wireguard
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
47cfd6b5ec
commit
15bb6cb391
|
@ -41,6 +41,8 @@ get_latest() {
|
|||
dir="golang-softhsm2"
|
||||
elif [[ "$dir" == "bazel" ]]; then
|
||||
dir="gitiles"
|
||||
elif [[ "$dir" == "byte-unixbench" ]]; then
|
||||
dir="unixbench"
|
||||
elif [[ "$dir" == "zookeeper" ]]; then
|
||||
dir="zookeeper/3.5"
|
||||
elif [[ "$dir" == "oauth2_proxy" ]]; then
|
||||
|
@ -79,6 +81,7 @@ reverse-shell/routersploit
|
|||
tarsnap/tarsnap
|
||||
fcambus/telize
|
||||
hashicorp/terraform
|
||||
kdlucas/byte-unixbench
|
||||
mitchellh/vagrant
|
||||
hashicorp/vault
|
||||
wireguard/wireguard
|
||||
|
|
|
@ -17,7 +17,7 @@ RUN apk add --no-cache \
|
|||
libmnl-dev
|
||||
|
||||
# https://git.zx2c4.com/WireGuard/refs/
|
||||
ENV WIREGUARD_VERSION 0.0.20180218
|
||||
ENV WIREGUARD_VERSION 0.0.2018030
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
|
Loading…
Reference in New Issue
Block a user