From 498d2c7adee7de1c2a8cda57e452d8c67ea8c1c5 Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Wed, 22 Oct 2025 16:08:14 +0200 Subject: [PATCH] devcontainer: update --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3b7afa1..f26fa70 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -54,7 +54,7 @@ "SA_PASSWORD": "P@ssw0rd", "ACCEPT_EULA": "Y" }, - "postCreateCommand": "npm install -g @devcontainers/cli@0.70.0 && bash .devcontainer/mssql/postCreateCommand.sh 'P@ssw0rd' './bin/Debug/' './.devcontainer/mssql/'" + "postCreateCommand": "bash .devcontainer/mssql/postCreateCommand.sh 'P@ssw0rd' './bin/Debug/' './.devcontainer/mssql/'" // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" } \ No newline at end of file