Skip to content

Commit

Permalink
Merge branch '3.2.x' into 3.3.x
Browse files Browse the repository at this point in the history
Closes gh-3218
  • Loading branch information
rwinch committed Sep 26, 2024
2 parents 6c0c827 + b0be6a2 commit e6bbf7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static JdbcDatabaseContainer<?> postgreSql() {
}

static JdbcDatabaseContainer<?> sqlServer() {
return new MSSQLServerContainerProvider().newInstance("2019-CU17-ubuntu-20.04");
return new MSSQLServerContainerProvider().newInstance("2022-CU14-ubuntu-22.04");
}

}
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ibmcom/db2:11.5.7.0a
mcr.microsoft.com/mssql/server:2019-CU17-ubuntu-20.04
mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04

0 comments on commit e6bbf7e

Please sign in to comment.