Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/azure-functions-dotnet/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mcr.microsoft.com/devcontainers/dotnet:${templateOption:dotnetVersion}
FROM mcr.microsoft.com/devcontainers/dotnet:${templateOption:dotnetVersion}-noble
Comment thread
shibayan marked this conversation as resolved.
2 changes: 1 addition & 1 deletion src/azure-functions-java/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mcr.microsoft.com/devcontainers/base:ubuntu
FROM mcr.microsoft.com/devcontainers/base:noble
2 changes: 1 addition & 1 deletion src/azure-functions-node/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mcr.microsoft.com/devcontainers/base:ubuntu
FROM mcr.microsoft.com/devcontainers/base:noble
2 changes: 1 addition & 1 deletion src/azure-functions-powershell/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mcr.microsoft.com/devcontainers/dotnet:8.0
FROM mcr.microsoft.com/devcontainers/dotnet:8.0-noble
2 changes: 1 addition & 1 deletion src/azure-functions-python/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mcr.microsoft.com/devcontainers/base:ubuntu
FROM mcr.microsoft.com/devcontainers/base:noble