include $(TOPDIR)/rules.mk
PKG_NAME:=docker
-PKG_VERSION:=20.10.18
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_VERSION:=20.10.22
+PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_GIT_URL:=github.com/docker/cli
PKG_GIT_REF:=v$(PKG_VERSION)
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)?
-PKG_HASH:=87ba64f76d3bb98666fa44552c3eb0b1c10e5e9c43010e8dbc180ba22690413a
-PKG_GIT_SHORT_COMMIT:=b40c2f6 # SHA1 used within the docker executables
+PKG_HASH:=84d71ac2b508b54e8df9f3ea425aa33e254fd3645fe9bad5619b98eaffb33408
+PKG_GIT_SHORT_COMMIT:=3a2c30b # SHA1 used within the docker executables
PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com>