i2pd: use almalinux:10 as base and bump image to v2.57.0
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM almalinux:9
|
FROM almalinux:10
|
||||||
|
|
||||||
ARG I2PD_VERSION
|
ARG I2PD_VERSION
|
||||||
ARG I2PD_BUILD
|
ARG I2PD_BUILD
|
||||||
@ -9,4 +9,4 @@ RUN dnf install -y epel-release dnf-plugins-core \
|
|||||||
&& dnf clean all \
|
&& dnf clean all \
|
||||||
&& rm -rf /var/cache/yum
|
&& 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
VERSION=2.56.0
|
VERSION=2.57.0
|
||||||
BUILD=1
|
BUILD=1
|
||||||
IMAGE=i2pd
|
IMAGE=i2pd
|
||||||
REGISTRY=gitea.geekhome.org/ghp
|
REGISTRY=gitea.geekhome.org/ghp
|
||||||
|
Reference in New Issue
Block a user