Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit c415c96

Browse files
committed
Switch Azure Functions "latest" to 2.2
1 parent 5456fee commit c415c96

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

containers/azure-functions-dotnetcore-latest/.devcontainer/Dockerfile renamed to containers/azure-functions-dotnetcore-2.2/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

6-
FROM mcr.microsoft.com/dotnet/core/sdk:latest
6+
FROM mcr.microsoft.com/dotnet/core/sdk:2.2
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive

containers/azure-functions-dotnetcore-latest/.devcontainer/devcontainer.json renamed to containers/azure-functions-dotnetcore-2.2/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Azure Functions & C# (.NET Core Latest)",
2+
"name": "Azure Functions & C# (.NET Core 2.2)",
33
"dockerFile": "Dockerfile",
44
"appPort": 7071,
55

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)