@@ -69,7 +69,7 @@ In order to accept the EULA, please add a file named `container-license-acceptan
|
||||
At the time of this writing this would be
|
||||
|
||||
```
|
||||
mcr.microsoft.com/mssql/server:2022-CU5-ubuntu-20.04
|
||||
mcr.microsoft.com/mssql/server:2022-latest
|
||||
ibmcom/db2:11.5.7.0a
|
||||
```
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ import com.microsoft.sqlserver.jdbc.SQLServerDataSource;
|
||||
@ConditionalOnDatabase(DatabaseType.SQL_SERVER)
|
||||
public class MsSqlDataSourceConfiguration extends DataSourceConfiguration {
|
||||
|
||||
public static final String MS_SQL_SERVER_VERSION = "mcr.microsoft.com/mssql/server:2022-CU5-ubuntu-20.04";
|
||||
public static final String MS_SQL_SERVER_VERSION = "mcr.microsoft.com/mssql/server:2022-latest";
|
||||
private static MSSQLServerContainer<?> MSSQL_CONTAINER;
|
||||
|
||||
public MsSqlDataSourceConfiguration(TestClass testClass, Environment environment) {
|
||||
|
||||
Reference in New Issue
Block a user