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