mirror of
https://github.com/oldnick85/tor_yggdrasil_docker.git
synced 2025-11-29 03:13:44 +01:00
[add] use ygg 0.5.12
This commit is contained in:
+1
-1
@@ -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
@@ -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 \
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user