dockerd: sync upstream

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml
2025-07-03 14:41:54 +08:00
parent 8fbdc69d19
commit 94444e832f
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ git init --quiet "${GIT_DIR}"
if git fetch --depth 1 origin "${GIT_REF}"; then
git checkout --detach FETCH_HEAD --
git rev-parse --short HEAD
git rev-parse --short=7 HEAD
break
fi