From ac6df3b57e7a2b8ee3090942b0f370045c71c455 Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 6 Jul 2019 16:51:19 +0800 Subject: [PATCH] upgrade i2pd to 2.27.0 --- README.md | 1 + i2pd/Dockerfile | 2 +- i2pd/arm/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e747529..9d6dafe 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/i2pd/Dockerfile b/i2pd/Dockerfile index 1370199..d4c11c3 100644 --- a/i2pd/Dockerfile +++ b/i2pd/Dockerfile @@ -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 diff --git a/i2pd/arm/Dockerfile b/i2pd/arm/Dockerfile index 666343d..66e0240 100644 --- a/i2pd/arm/Dockerfile +++ b/i2pd/arm/Dockerfile @@ -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