luci-app-docker: update docker version

This commit is contained in:
lean 2021-06-14 19:27:27 +08:00
parent d2c2435b0d
commit 77181eebf9

View File

@ -7,10 +7,10 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
LUCI_TITLE:=Luci for Docker-CE LUCI_TITLE:=Luci for Docker-CE
LUCI_DEPENDS:=+docker-ce +e2fsprogs +fdisk LUCI_DEPENDS:=+dockerd +e2fsprogs +fdisk
LUCI_PKGARCH:=all LUCI_PKGARCH:=all
PKG_VERSION:=1 PKG_VERSION:=1
PKG_RELEASE:=9 PKG_RELEASE:=10
include $(TOPDIR)/feeds/luci/luci.mk include $(TOPDIR)/feeds/luci/luci.mk