We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8b2d9 commit 361ea20Copy full SHA for 361ea20
1 file changed
utils/docker/Makefile
@@ -1,7 +1,7 @@
1
include $(TOPDIR)/rules.mk
2
3
PKG_NAME:=docker
4
-PKG_VERSION:=29.4.1
+PKG_VERSION:=29.6.1
5
PKG_RELEASE:=1
6
PKG_LICENSE:=Apache-2.0
7
PKG_LICENSE_FILES:=LICENSE
@@ -10,8 +10,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
10
PKG_GIT_URL:=github.com/docker/cli
11
PKG_GIT_REF:=v$(PKG_VERSION)
12
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)?
13
-PKG_HASH:=b45d935ab8f5faff8b0a03eb6c5c658636f47bc8170d892152b8eb57f5931315
14
-PKG_GIT_SHORT_COMMIT:=055a478 # SHA1 used within the docker executables
+PKG_HASH:=74d14dd212b07cd3328989dc6a029dde2ebbe6a878199eaaafad54916f456194
+PKG_GIT_SHORT_COMMIT:=8900f1d # SHA1 used within the docker executables
15
16
PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com>
17
0 commit comments