Skip to content

Commit

Permalink
chore: use 'https' protocol for .net 6.0 devfile. Update schema to th…
Browse files Browse the repository at this point in the history
…e latest 2.2.0 (#298)

Signed-off-by: Ilya Buziuk <[email protected]>
  • Loading branch information
ibuziuk authored Mar 1, 2024
1 parent 186e2cb commit d41593f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions stacks/dotnet60/devfile.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
schemaVersion: 2.1.0
schemaVersion: 2.2.0
metadata:
name: dotnet60
displayName: .NET 6.0
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit d41593f

Please sign in to comment.