Win MSSQL changed from latest to developer (#82)

This commit is contained in:
Alex Ivkin
2018-01-02 03:55:29 -08:00
committed by Anthony Lapenna
parent 997e1bb4d4
commit c999298c44

View File

@@ -262,12 +262,12 @@
{ {
"type": "container", "type": "container",
"title": "SQL Server", "title": "SQL Server",
"description": "Microsoft SQL Server for Windows containers", "description": "Microsoft SQL Server Developer for Windows containers",
"categories": ["database"], "categories": ["database"],
"platform": "windows", "platform": "windows",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.", "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"logo": "https://cloudinovasi.id/assets/img/logos/microsoft.png", "logo": "https://cloudinovasi.id/assets/img/logos/microsoft.png",
"image": "microsoft/mssql-server-windows:latest", "image": "microsoft/mssql-server-windows-developer:latest",
"ports": [ "ports": [
"1433/tcp" "1433/tcp"
], ],