[add] use i2pd version 2.50.1 by default

This commit is contained in:
oldnick85
2024-01-06 20:28:33 +03:00
parent a7a6c24cab
commit 9433a951cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG UBUNTU_VERSION=23.10
FROM ubuntu:${UBUNTU_VERSION} AS builder_i2pd
ARG I2PD_VERSION=2.49.0
ARG I2PD_VERSION=2.50.1
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 \
--build-arg UBUNTU_VERSION=23.10 \
--build-arg I2PD_VERSION=2.49.0 \
--build-arg I2PD_VERSION=2.50.1 \
--build-arg I2PD_COMPILER=gcc \
--build-arg YGGDRASIL_VERSION=v0.5.4 \
--tag i2pd_yggdrasil:${TAG_VERSION} \