Bump Docker to 20.10.6 (#1328)

Bump Docker to latest release 20.10.6. Also make sure to upgrade
docker-proxy with various IPv6 releated features and fixes.
This commit is contained in:
Stefan Agner
2021-04-15 18:10:56 +02:00
committed by GitHub
parent 56e0d941d0
commit 05ba57e006
17 changed files with 310 additions and 40 deletions

View File

@@ -5,7 +5,7 @@
################################################################################
RUNC_VERSION_MAJOR = 1.0.0
RUNC_VERSION_MINOR = rc92
RUNC_VERSION_MINOR = rc93
RUNC_VERSION = $(RUNC_VERSION_MAJOR)-$(RUNC_VERSION_MINOR)
RUNC_SITE = $(call github,opencontainers,runc,v$(RUNC_VERSION))
RUNC_LICENSE = Apache-2.0