Skip to content

Commit ca3cb54

Browse files
pin cool.io to 1.9.0
1 parent c3a811c commit ca3cb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/linux/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fluentd_version="1.16.3"
8181

8282
# Pre-install cool.io to avoid ARM64 build issues (segfault during native extension compilation)
8383
if [ "$ARCH" == "arm64" ]; then
84-
gem install cool.io -v "1.8.0" --no-document
84+
gem install cool.io -v "1.9.0" --no-document
8585
fi
8686

8787
gem install fluentd -v $fluentd_version --no-document

0 commit comments

Comments
 (0)