From 7356792b65010dabc6a3d44a67ff9fb294dec8e5 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 18 May 2017 21:46:04 +0200 Subject: [PATCH] feat(templates): update platform for Microsoft templates --- templates.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates.json b/templates.json index f2afc40..01578f4 100644 --- a/templates.json +++ b/templates.json @@ -229,7 +229,7 @@ "title": "SQL Server", "description": "Microsoft SQL Server for Windows containers", "categories": ["database"], - "platform": "linux", + "platform": "windows", "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", "image": "microsoft/mssql-server-windows:latest", @@ -252,7 +252,7 @@ "title": "SQL Server Express", "description": "Microsoft SQL Server Express for Windows containers", "categories": ["database"], - "platform": "linux", + "platform": "windows", "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", "image": "microsoft/mssql-server-windows-express:latest",