upgrade i2pd to 2.27.0

This commit is contained in:
kev 2019-07-06 16:51:19 +08:00
parent ce587f42c9
commit ac6df3b57e
3 changed files with 3 additions and 2 deletions

View File

@ -282,6 +282,7 @@ A collection of delicious docker recipes.
- [x] wurstmeister/kafka
- [x] netdata/netdata
- [x] nextcloud
- [x] sonatype/nexus3
- [x] jazzdd/phpvirtualbox
- [x] jenkins
- [x] jupyter/notebook

View File

@ -5,7 +5,7 @@
FROM debian:stretch
MAINTAINER EasyPi Software Foundation
ENV I2PD_VERSION=2.26.0
ENV I2PD_VERSION=2.27.0
ENV I2PD_ARCH=amd64
ENV I2PD_DIST=stretch
ENV I2PD_URL=https://github.com/PurpleI2P/i2pd/releases/download/${I2PD_VERSION}/i2pd_${I2PD_VERSION}-1${I2PD_DIST}1_${I2PD_ARCH}.deb

View File

@ -5,7 +5,7 @@
FROM arm32v7/debian:stretch
MAINTAINER EasyPi Software Foundation
ENV I2PD_VERSION=2.26.0
ENV I2PD_VERSION=2.27.0
ENV I2PD_ARCH=armhf
ENV I2PD_DIST=stretch
ENV I2PD_URL=https://github.com/PurpleI2P/i2pd/releases/download/${I2PD_VERSION}/i2pd_${I2PD_VERSION}-1${I2PD_DIST}1_${I2PD_ARCH}.deb