Skip to content

Commit

Permalink
feat: updating testcontainers image version
Browse files Browse the repository at this point in the history
  • Loading branch information
112batuhan committed Nov 22, 2024
1 parent 12d1291 commit 62d31d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 62d31d6

Please sign in to comment.