Skip to content

Commit 03693e8

Browse files
committed
Update to Docker 29.1.1
Update docker cli to 29.1.1. Signed-off-by: uparrows <[email protected]>
1 parent 2895fc8 commit 03693e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/docker/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=docker
4-
PKG_VERSION:=27.3.1
5-
PKG_RELEASE:=2
4+
PKG_VERSION:=29.1.1
5+
PKG_RELEASE:=1
66
PKG_LICENSE:=Apache-2.0
77
PKG_LICENSE_FILES:=LICENSE
88

99
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1010
PKG_GIT_URL:=github.com/docker/cli
1111
PKG_GIT_REF:=v$(PKG_VERSION)
1212
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)?
13-
PKG_HASH:=df7d44387166d90954e290dfbe0a278649bf71d0e89933615bdc0757580b68e4
14-
PKG_GIT_SHORT_COMMIT:=ce12230 # SHA1 used within the docker executables
13+
PKG_HASH:=a02081b7d6fb10bfbc8afb621e7edc5124048b31eea7a1ab73c7ccd924b03a66
14+
PKG_GIT_SHORT_COMMIT:=0aedba5 # SHA1 used within the docker executables
1515

1616
PKG_MAINTAINER:=Gerard Ryan <[email protected]>
1717

0 commit comments

Comments
 (0)