mirror of
https://github.com/oldnick85/tor_yggdrasil_docker.git
synced 2025-11-29 03:13:44 +01:00
[add] use ygg 0.5.11
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
ARG UBUNTU_VERSION=24.04
|
ARG UBUNTU_VERSION=24.04
|
||||||
|
|
||||||
FROM ubuntu:${UBUNTU_VERSION} as builder_yggdrasil
|
FROM ubuntu:${UBUNTU_VERSION} as builder_yggdrasil
|
||||||
ARG YGGDRASIL_VERSION=v0.5.10
|
ARG YGGDRASIL_VERSION=v0.5.11
|
||||||
RUN DEBIAN_FRONTEND=noninteractive\
|
RUN DEBIAN_FRONTEND=noninteractive\
|
||||||
apt-get update &&\
|
apt-get update &&\
|
||||||
apt-get -y upgrade
|
apt-get -y upgrade
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
TAG_VERSION=$(git describe --tags || echo "unknown")
|
TAG_VERSION=$(git describe --tags || echo "unknown")
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg UBUNTU_VERSION=24.04 \
|
--build-arg UBUNTU_VERSION=24.04 \
|
||||||
--build-arg YGGDRASIL_VERSION=v0.5.10 \
|
--build-arg YGGDRASIL_VERSION=v0.5.11 \
|
||||||
--tag tor_yggdrasil:${TAG_VERSION} \
|
--tag tor_yggdrasil:${TAG_VERSION} \
|
||||||
--tag tor_yggdrasil:latest \
|
--tag tor_yggdrasil:latest \
|
||||||
.
|
.
|
||||||
|
|||||||
Reference in New Issue
Block a user