Skip to content

Commit 9d6380c

Browse files
jedla97fokion
authored andcommitted
Rename SA_PASSWORD to MSSQL_SA_PASSWORD as SA_PASSWORD is deprecated (testcontainers#8987)
1 parent 48cc58e commit 9d6380c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mssqlserver/src/main/java/org/testcontainers/containers/MSSQLServerContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected void configure() {
7878
acceptLicense();
7979
}
8080

81-
addEnv("SA_PASSWORD", password);
81+
addEnv("MSSQL_SA_PASSWORD", password);
8282
}
8383

8484
/**

0 commit comments

Comments
 (0)