Skip to content

Commit 31931de

Browse files
authored
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 docker-library/ruby#429 (comment) and the fix here is to upgrade Docker. Either way, we should probably update because Docker 17 has been EOF for many many years.
1 parent fbfff14 commit 31931de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launcher

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ fi
8383
cd "$(dirname "$0")"
8484

8585
pups_version='v1.0.3'
86-
docker_min_version='17.03.1'
87-
docker_rec_version='17.06.2'
86+
docker_min_version='24.0.7'
87+
docker_rec_version='24.0.7'
8888
git_min_version='1.8.0'
8989
git_rec_version='1.8.0'
9090
kernel_min_version='4.4.0'

0 commit comments

Comments
 (0)