From d41593f25e75627a12083b829e490725d16beb4a Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Fri, 1 Mar 2024 11:50:58 +0100 Subject: [PATCH] chore: use 'https' protocol for .net 6.0 devfile. Update schema to the latest 2.2.0 (#298) Signed-off-by: Ilya Buziuk --- stacks/dotnet60/devfile.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stacks/dotnet60/devfile.yaml b/stacks/dotnet60/devfile.yaml index 2a996369..9a31c54c 100644 --- a/stacks/dotnet60/devfile.yaml +++ b/stacks/dotnet60/devfile.yaml @@ -1,4 +1,4 @@ -schemaVersion: 2.1.0 +schemaVersion: 2.2.0 metadata: name: dotnet60 displayName: .NET 6.0 @@ -9,7 +9,7 @@ metadata: - .NET 6.0 projectType: dotnet language: .NET - version: 1.0.2 + version: 1.0.3 starterProjects: - name: dotnet60-example git: @@ -35,7 +35,8 @@ components: - name: ASPNETCORE_URLS value: http://*:8080 endpoints: - - name: http-dotnet60 + - name: https-dotnet60 + protocol: https targetPort: 8080 commands: - id: build