From dcdda76488d1a9f9418879c58bf2eff1f2060328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Wed, 2 Nov 2022 09:45:27 +0100 Subject: [PATCH] DevContainer --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a737c28..1671087 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,3 @@ { - "image": "mcr.microsoft.com/dotnet/sdk:7.0" + "image": "mcr.microsoft.com/dotnet/sdk:7.0-alpine" } \ No newline at end of file