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