diff --git a/backend/.devcontainer/devcontainer.json b/backend/.devcontainer/devcontainer.json index 24bee09a..0a4d1f5c 100644 --- a/backend/.devcontainer/devcontainer.json +++ b/backend/.devcontainer/devcontainer.json @@ -18,11 +18,11 @@ } }, "features": { - "ghcr.io/devcontainers/features/common-utils:2": { + "ghcr.io/devcontainers/features/common-utils:2.4.2": { "username": "none", "upgradePackages": false }, - "ghcr.io/devcontainers/features/git-lfs:1": {} + "ghcr.io/devcontainers/features/git-lfs:1.1.1": {} }, // Make sure the files we are mapping into the container exist on the host "initializeCommand": "bash -c 'for i in $HOME/.inputrc; do [ -f $i ] || touch $i; done'",