From 00a89ef592fbde609a79900f6c052b811842480a Mon Sep 17 00:00:00 2001 From: ace Date: Thu, 12 Jun 2025 23:34:58 +0300 Subject: [PATCH] i2pd: use almalinux:10 as base and bump image to v2.57.0 --- i2pd/Dockerfile | 4 ++-- i2pd/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i2pd/Dockerfile b/i2pd/Dockerfile index f9ede9f..abfecab 100644 --- a/i2pd/Dockerfile +++ b/i2pd/Dockerfile @@ -1,4 +1,4 @@ -FROM almalinux:9 +FROM almalinux:10 ARG I2PD_VERSION ARG I2PD_BUILD @@ -9,4 +9,4 @@ RUN dnf install -y epel-release dnf-plugins-core \ && dnf clean all \ && rm -rf /var/cache/yum -RUN dnf install -y https://github.com/PurpleI2P/i2pd/releases/download/${I2PD_VERSION}/i2pd-${I2PD_VERSION}-${I2PD_BUILD}.el9.x86_64.rpm +RUN dnf install -y https://github.com/PurpleI2P/i2pd/releases/download/${I2PD_VERSION}/i2pd-${I2PD_VERSION}-${I2PD_BUILD}.el10.x86_64.rpm diff --git a/i2pd/Makefile b/i2pd/Makefile index f37e823..1faec92 100644 --- a/i2pd/Makefile +++ b/i2pd/Makefile @@ -1,4 +1,4 @@ -VERSION=2.56.0 +VERSION=2.57.0 BUILD=1 IMAGE=i2pd REGISTRY=gitea.geekhome.org/ghp