[add] use ygg 0.5.12

This commit is contained in:
oldnick85
2025-01-02 11:51:57 +03:00
parent cddaeaed0d
commit 8297ea6382
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.11
ARG YGGDRASIL_VERSION=v0.5.12
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.11 \
--build-arg YGGDRASIL_VERSION=v0.5.12 \
--tag tor_yggdrasil:${TAG_VERSION} \
--tag tor_yggdrasil:latest \
.