[add] yggdrasil 0.5.10

This commit is contained in:
oldnick85
2024-11-24 18:24:41 +03:00
parent 18ea550356
commit bda9fdf1fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ RUN cmake -DCMAKE_BUILD_TYPE=Release -DWITH_AESNI=ON -DWITH_UPNP=ON .
RUN make
FROM ubuntu:${UBUNTU_VERSION} as builder_yggdrasil
ARG YGGDRASIL_VERSION=v0.5.9
ARG YGGDRASIL_VERSION=v0.5.10
RUN DEBIAN_FRONTEND=noninteractive\
apt-get update &&\
apt-get -y upgrade
+1 -1
View File
@@ -4,7 +4,7 @@ docker build --file="src/Dockerfile" \
--build-arg UBUNTU_VERSION=24.04 \
--build-arg I2PD_VERSION=2.54.0 \
--build-arg I2PD_COMPILER=gcc \
--build-arg YGGDRASIL_VERSION=v0.5.9 \
--build-arg YGGDRASIL_VERSION=v0.5.10 \
--tag i2pd_yggdrasil:${TAG_VERSION} \
--tag i2pd_yggdrasil:latest \
.