Skip to content

Commit 1112b85

Browse files
Update components/core/tools/scripts/lib_install/musllinux_1_2/install-prebuilt-packages.sh
Co-authored-by: Lin Zhihao <[email protected]>
1 parent 6be8932 commit 1112b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/core/tools/scripts/lib_install/musllinux_1_2/install-prebuilt-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apk update && apk add --no-cache \
1515
zlib-static
1616

1717
# Install `task`
18-
# NOTE: We lock `task` to a version < 3.43 to avoid https://github.com/y-scope/clp/issues/
18+
# NOTE: We lock `task` to a version < 3.43 to avoid https://github.com/y-scope/clp/issues/872
1919
VERSION=3.42.1
2020
ARCH=$(uname -m)
2121
case "$ARCH" in

0 commit comments

Comments
 (0)