chore: remove NX_VERSION from Dockerfile and devcontainer configuration

This commit is contained in:
Denys Vuika
2026-07-07 15:02:50 +00:00
parent 4ecb400bef
commit baaa0a05b5
2 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -7,8 +7,7 @@
"dockerfile": "Dockerfile",
"context": ".",
"args": {
"PNPM_VERSION": "11.5.0",
"NX_VERSION": "22.7.4"
"PNPM_VERSION": "11.5.0"
}
},