changing docker mssql image version to newer(less memory consumption)

This commit is contained in:
Kononnable 2018-02-25 17:50:23 +01:00
parent 157e8be9d9
commit 57164e0767

View File

@ -30,7 +30,7 @@ services:
# mssql
mssql:
image: "microsoft/mssql-server-linux:2017-GA"
image: "microsoft/mssql-server-linux:2017-CU4"
container_name: "typeorm-mg-mssql"
ports:
- "1433:1433"