Merge pull request #692 from lrusak/docker-libreelec-7.0

backport of #691 (docker: update to 1.12.1)
This commit is contained in:
Christian Hewitt 2016-09-04 21:33:57 +04:00 committed by GitHub
commit 9d3a64f285
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
7.0.107
- Update to docker 1.12.1
7.0.106 7.0.106
- Include missing docker-proxy - Include missing docker-proxy

View File

@ -17,8 +17,8 @@
################################################################################ ################################################################################
PKG_NAME="docker" PKG_NAME="docker"
PKG_VERSION="1.12.0" PKG_VERSION="1.12.1"
PKG_REV="106" PKG_REV="107"
PKG_ARCH="any" PKG_ARCH="any"
PKG_ADDON_PROJECTS="Generic RPi RPi2" PKG_ADDON_PROJECTS="Generic RPi RPi2"
PKG_LICENSE="ASL" PKG_LICENSE="ASL"