From 62d31d6d93de8d9b2ae0e37993bc54cb61fbccfa Mon Sep 17 00:00:00 2001 From: 112batuhan Date: Sat, 23 Nov 2024 02:11:22 +0300 Subject: [PATCH] feat: updating testcontainers image version --- tests/common/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 476bb09..02845fc 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs @@ -109,7 +109,7 @@ pub async fn init_test_env( .with_authentication(false) .with_user("backend") .with_password("password") - .with_tag("v2.0.4") + .with_tag("v2.1.0") .start() .await .unwrap();