mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
1.18.0-CU2 for windows
This commit is contained in:
parent
b703eeefdb
commit
2a1fcbaf9d
@ -21,7 +21,7 @@ namespace Bit.Setup
|
|||||||
// Lock Windows at mssql CU2 due to various problems with later mssql docker builds.
|
// Lock Windows at mssql CU2 due to various problems with later mssql docker builds.
|
||||||
if(os == "win")
|
if(os == "win")
|
||||||
{
|
{
|
||||||
MssqlVersion = "1.16.0";
|
MssqlVersion = "1.18.0-CU2";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user