[add] use yggdrasil version 0.5.5 by default

This commit is contained in:
oldnick85
2024-02-11 14:44:27 +03:00
parent 83cead3538
commit f403778ae0
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.4
ARG YGGDRASIL_VERSION=v0.5.5
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=23.10 \
--build-arg I2PD_VERSION=2.50.2 \
--build-arg I2PD_COMPILER=gcc \
--build-arg YGGDRASIL_VERSION=v0.5.4 \
--build-arg YGGDRASIL_VERSION=v0.5.5 \
--tag i2pd_yggdrasil:${TAG_VERSION} \
--tag i2pd_yggdrasil:latest \
.