From 4e14ce6ed6fcc5a0913c9b771766f1b613fc627a Mon Sep 17 00:00:00 2001 From: oldnick85 Date: Thu, 23 Oct 2025 22:46:30 +0300 Subject: [PATCH] [add] bump yggdrasil_find_public_peers --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f14ff32..807b63d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN git clone --depth 1 --branch v0 \ /UTILS/yggdrasil_get_keys # Clone peer discovery script for finding public Yggdrasil peers -RUN git clone --depth 1 --branch v4 \ +RUN git clone --depth 1 --branch v5 \ https://github.com/oldnick85/yggdrasil_find_public_peers.git \ /UTILS/yggdrasil_find_public_peers