Skip to content

Commit ac6df3b

Browse files
committed
upgrade i2pd to 2.27.0
1 parent ce587f4 commit ac6df3b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ A collection of delicious docker recipes.
282282
- [x] wurstmeister/kafka
283283
- [x] netdata/netdata
284284
- [x] nextcloud
285+
- [x] sonatype/nexus3
285286
- [x] jazzdd/phpvirtualbox
286287
- [x] jenkins
287288
- [x] jupyter/notebook

i2pd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM debian:stretch
66
MAINTAINER EasyPi Software Foundation
77

8-
ENV I2PD_VERSION=2.26.0
8+
ENV I2PD_VERSION=2.27.0
99
ENV I2PD_ARCH=amd64
1010
ENV I2PD_DIST=stretch
1111
ENV I2PD_URL=https://github.com/PurpleI2P/i2pd/releases/download/${I2PD_VERSION}/i2pd_${I2PD_VERSION}-1${I2PD_DIST}1_${I2PD_ARCH}.deb

i2pd/arm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM arm32v7/debian:stretch
66
MAINTAINER EasyPi Software Foundation
77

8-
ENV I2PD_VERSION=2.26.0
8+
ENV I2PD_VERSION=2.27.0
99
ENV I2PD_ARCH=armhf
1010
ENV I2PD_DIST=stretch
1111
ENV I2PD_URL=https://github.com/PurpleI2P/i2pd/releases/download/${I2PD_VERSION}/i2pd_${I2PD_VERSION}-1${I2PD_DIST}1_${I2PD_ARCH}.deb

0 commit comments

Comments
 (0)