[add] use i2pd 2.58.0

This commit is contained in:
oldnick85
2025-09-09 21:12:36 +03:00
parent 70ea6d40b4
commit 1c7dfc4cfb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ sudo apt-get install -y \
libminiupnpc-dev
mkdir /tmp/BUILD_I2PD/
cd /tmp/BUILD_I2PD/
git clone --depth 1 --branch 2.57.0 https://github.com/PurpleI2P/i2pd.git
git clone --depth 1 --branch 2.58.0 https://github.com/PurpleI2P/i2pd.git
cd /tmp/BUILD_I2PD/i2pd/build
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_AESNI=ON -DWITH_UPNP=ON .
make
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG UBUNTU_VERSION=24.04
FROM ubuntu:${UBUNTU_VERSION} AS builder_i2pd
ARG I2PD_VERSION=2.57.0
ARG I2PD_VERSION=2.58.0
ARG I2PD_COMPILER=gcc
RUN DEBIAN_FRONTEND=noninteractive \
apt-get update &&\
+1 -1
View File
@@ -2,7 +2,7 @@
TAG_VERSION=$(git describe --tags || echo "unknown")
docker build --file="src/Dockerfile" \
--build-arg UBUNTU_VERSION=24.04 \
--build-arg I2PD_VERSION=2.57.0 \
--build-arg I2PD_VERSION=2.58.0 \
--build-arg I2PD_COMPILER=gcc \
--build-arg YGGDRASIL_VERSION=v0.5.12 \
--tag i2pd_yggdrasil:${TAG_VERSION} \