diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index bbae4ecb698..6e0c412215d 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,12 +1,12 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
{
"name": "F#",
- "image": "mcr.microsoft.com/dotnet/sdk:9.0.100",
+ "image": "mcr.microsoft.com/dotnet/sdk:9.0.102",
"features": {
- "ghcr.io/devcontainers/features/common-utils:2.5.1": {},
+ "ghcr.io/devcontainers/features/common-utils:2.5.2": {},
"ghcr.io/devcontainers/features/git:1.3.2": {},
"ghcr.io/devcontainers/features/github-cli:1.0.13": {},
- "ghcr.io/devcontainers/features/dotnet:2.1.3": {}
+ "ghcr.io/devcontainers/features/dotnet:2.2.0": {}
},
"hostRequirements": {
"cpus": 2,
diff --git a/eng/Versions.props b/eng/Versions.props
index 59f0f6e7cb9..3b36ad6a716 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -37,7 +37,7 @@
$(FSMajorVersion).$(FSMinorVersion).$(FSBuildVersion)
- 9.0.100
+ 9.0.101
$(FSCorePackageVersionValue)-$(PreReleaseVersionLabel).*