Skip to content

Commit

Permalink
Upgrade MS SqlServer version to 2022-latest.
Browse files Browse the repository at this point in the history
We upgrade of MS SqlServer used for Testcontainers based integration tests.

Closes #1917
  • Loading branch information
schauder committed Oct 21, 2024
1 parent 75b2365 commit 9b9b1c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/accept-third-party-license.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

{
echo "mcr.microsoft.com/mssql/server:2022-CU5-ubuntu-20.04"
echo "mcr.microsoft.com/mssql/server:2022-latest"
echo "ibmcom/db2:11.5.7.0a"
echo "harbor-repo.vmware.com/mcr-proxy-cache/mssql/server:2019-CU16-ubuntu-20.04"
echo "docker-hub.usw1.packages.broadcom.com/mssql/server:2022-CU5-ubuntu-20.04"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@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) {
Expand Down

0 comments on commit 9b9b1c1

Please sign in to comment.