diff --git a/tests/scenarios_test.go b/tests/scenarios_test.go index 875bf93c..e3240c32 100644 --- a/tests/scenarios_test.go +++ b/tests/scenarios_test.go @@ -26,7 +26,7 @@ import ( "github.com/DataDog/rshell/interp" ) -const dockerBashImage = "bash:5.2" +const dockerBashImage = "debian:bookworm-slim" // scenario represents a single test scenario. type scenario struct {