Skip to content

Commit

Permalink
dockerd: Update to 27.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
openwrtdiy committed Sep 26, 2024
1 parent 137bb4e commit 4dacd3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions utils/dockerd/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=dockerd
PKG_VERSION:=27.1.1
PKG_VERSION:=27.1.2
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
Expand All @@ -10,8 +10,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_GIT_URL:=github.com/moby/moby
PKG_GIT_REF:=v$(PKG_VERSION)
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)?
PKG_HASH:=d8afaa4513d324db5841ced641daeee9090802c765b78f1c583bc171e9b0a6fd
PKG_GIT_SHORT_COMMIT:=cc13f95 # SHA1 used within the docker executables
PKG_HASH:=8c9b5fa44f0272726484c925d4d05f0aa189053ed8be9b27447bc116df1e99c9
PKG_GIT_SHORT_COMMIT:=f9522e5 # SHA1 used within the docker executables

PKG_MAINTAINER:=Gerard Ryan <[email protected]>

Expand Down Expand Up @@ -47,7 +47,7 @@ define Package/dockerd
+kmod-veth \
+tini \
+uci-firewall \
@!(mips||mipsel)
@!(mips||mips64||mipsel)
USERID:=docker:docker
MENU:=1
endef
Expand Down
2 changes: 1 addition & 1 deletion utils/dockerd/git-short-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ -z "${GIT_DIR}" ]; then
fi

clean_up() {
rm --force --recursive "${GIT_DIR}"
rm -rf "${GIT_DIR}"
}
trap clean_up EXIT

Expand Down

0 comments on commit 4dacd3b

Please sign in to comment.