i2pd: use almalinux:10 as base and bump image to v2.57.0

This commit is contained in:
ace
2025-06-12 23:34:58 +03:00
parent c7975b76e5
commit 00a89ef592
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
VERSION=2.56.0
VERSION=2.57.0
BUILD=1
IMAGE=i2pd
REGISTRY=gitea.geekhome.org/ghp