chore: bump MSSQL image

This commit is contained in:
Manuel de la Peña
2024-12-11 18:04:40 +01:00
parent 39be2580ea
commit 8ee81305a1
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import (
const (
// mssqlImage is the default image used for running MSSQL in tests.
mssqlImage = "mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04"
mssqlImage = "mcr.microsoft.com/mssql/server:2022-CU16-ubuntu-22.04"
mssqlImageEnvVar string = "TEST_MSSQL_IMAGE"
mssqlUser string = "sa"
mssqlPass string = "MsSql!1234"