mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
upgrade i2pd to 2.27.0
This commit is contained in:
parent
ce587f42c9
commit
ac6df3b57e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user