DEV: Bump minimal Docker version to 24.0.7 (#860)
authorAlan Guo Xiang Tan <gxtan1990@gmail.com>
Wed, 4 Sep 2024 02:47:58 +0000 (10:47 +0800)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 02:47:58 +0000 (10:47 +0800)
commit31931deae8fc05b4d4c0ab8489596179f4ae3421
tree5e6a64651f6dde1ec0034cdd56d9551bd6abc023
parentfbfff14a83b6e1d7f6186bff392a04fc8e678bb3
DEV: Bump minimal Docker version to 24.0.7 (#860)

When running the newer Debian bookworm based images, we are seeing
`(ThreadError) can't create Thread: Operation not permitted` errors when
trying to spawn a thread in Ruby.

A similar issue was reported in https://github.com/docker-library/ruby/issues/429#issuecomment-1708908819
and the fix here is to upgrade Docker. Either way, we should probably
update because Docker 17 has been EOF for many many years.
launcher