[add] use i2pd version 2.48.0 by default

This commit is contained in:
oldnick85
2023-07-04 18:52:59 +03:00
parent 8401f771db
commit 1c54fc90dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
ARG UBUNTU_VERSION=22.04 ARG UBUNTU_VERSION=22.04
FROM ubuntu:${UBUNTU_VERSION} AS builder_i2pd FROM ubuntu:${UBUNTU_VERSION} AS builder_i2pd
ARG I2PD_VERSION=2.47.0 ARG I2PD_VERSION=2.48.0
ARG I2PD_COMPILER=gcc ARG I2PD_COMPILER=gcc
RUN DEBIAN_FRONTEND=noninteractive\ RUN DEBIAN_FRONTEND=noninteractive\
apt-get update &&\ apt-get update &&\
+1 -1
View File
@@ -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=22.04 \ --build-arg UBUNTU_VERSION=22.04 \
--build-arg I2PD_VERSION=2.47.0 \ --build-arg I2PD_VERSION=2.48.0 \
--build-arg I2PD_COMPILER=gcc \ --build-arg I2PD_COMPILER=gcc \
--build-arg YGGDRASIL_VERSION=v0.4.7 \ --build-arg YGGDRASIL_VERSION=v0.4.7 \
--tag i2pd_yggdrasil:${TAG_VERSION} \ --tag i2pd_yggdrasil:${TAG_VERSION} \