mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/docker-engine: bump to version 19.03.13
The Docker developers appear to no longer be tagging releases on the docker/engine repository on GitHub, but are tagging releases on the main moby/moby repository, which still is the true home of "dockerd." This commit changes the upstream repo to moby/moby with no changes required. Signed-off-by: Christian Stewart <christian@paral.in> v1 -> v2: - updated hash - changed upstream to moby/moby Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
7534354563
commit
5ebd4d9a61
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DOCKER_ENGINE_VERSION = 19.03.12
|
||||
DOCKER_ENGINE_SITE = $(call github,docker,engine,v$(DOCKER_ENGINE_VERSION))
|
||||
DOCKER_ENGINE_VERSION = 19.03.13
|
||||
DOCKER_ENGINE_SITE = $(call github,moby,moby,v$(DOCKER_ENGINE_VERSION))
|
||||
|
||||
DOCKER_ENGINE_LICENSE = Apache-2.0
|
||||
DOCKER_ENGINE_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user