From 0135866794e5d300932f0e584e723766c70c636b Mon Sep 17 00:00:00 2001 From: nojaf Date: Mon, 27 Apr 2026 09:13:14 +0200 Subject: [PATCH] Bump sdk in devcontainer --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3b165c512..3797c507b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:10.0.100 +FROM mcr.microsoft.com/dotnet/sdk:10.0.103 # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive