[add] use ygg 0.5.7 by default

This commit is contained in:
oldnick85
2024-08-11 15:16:08 +03:00
parent 44776ee413
commit 98756e3d17
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
ARG UBUNTU_VERSION=24.04
FROM ubuntu:${UBUNTU_VERSION} as builder_yggdrasil
ARG YGGDRASIL_VERSION=v0.5.6
ARG YGGDRASIL_VERSION=v0.5.7
RUN DEBIAN_FRONTEND=noninteractive\
apt-get update &&\
apt-get -y upgrade
+1 -1
View File
@@ -2,7 +2,7 @@
TAG_VERSION=$(git describe --tags || echo "unknown")
docker build \
--build-arg UBUNTU_VERSION=24.04 \
--build-arg YGGDRASIL_VERSION=v0.5.6 \
--build-arg YGGDRASIL_VERSION=v0.5.7 \
--tag tor_yggdrasil:${TAG_VERSION} \
--tag tor_yggdrasil:latest \
.