chore: specify fixed image variant in Dockerfile and remove variant argument from devcontainer configuration

This commit is contained in:
Denys Vuika
2026-07-07 15:02:48 +00:00
parent 287f50a310
commit 4ecb400bef
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -7,7 +7,6 @@
"dockerfile": "Dockerfile",
"context": ".",
"args": {
"VARIANT": "24-bookworm",
"PNPM_VERSION": "11.5.0",
"NX_VERSION": "22.7.4"
}