Skip to content

Commit

Permalink
fix(mssql): update version to fix crashes in CI
Browse files Browse the repository at this point in the history
It's realted to recent update of GH workers and similar fix was applied in Go modules: testcontainers/testcontainers-go#2786
  • Loading branch information
DDtKey committed Sep 25, 2024
1 parent 7b05300 commit 90519b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mssql_server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub struct MssqlServer {

impl MssqlServer {
const NAME: &'static str = "mcr.microsoft.com/mssql/server";
const TAG: &'static str = "2022-CU10-ubuntu-22.04";
const TAG: &'static str = "2022-CU14-ubuntu-22.04";
const DEFAULT_SA_PASSWORD: &'static str = "yourStrong(!)Password";

/// Sets the password as `MSSQL_SA_PASSWORD`.
Expand Down

0 comments on commit 90519b7

Please sign in to comment.