diff --git a/features/src/utils/devcontainer-feature.json b/features/src/utils/devcontainer-feature.json index f0f3fb3d..dcd58f56 100644 --- a/features/src/utils/devcontainer-feature.json +++ b/features/src/utils/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "devcontainer-utils", "id": "utils", - "version": "24.2.4", + "version": "24.2.5", "description": "A feature to install RAPIDS devcontainer utility scripts", "containerEnv": { "BASH_ENV": "/etc/bash.bash_env" diff --git a/features/src/utils/install.sh b/features/src/utils/install.sh index e4d4a6fb..0211e2ae 100644 --- a/features/src/utils/install.sh +++ b/features/src/utils/install.sh @@ -107,7 +107,7 @@ add_etc_profile_d_script devcontainer-utils "$(cat .bashrc)"; # Add GitHub's key fingerprints to known_hosts # Add GitLab's key fingerprints to known_hosts (https://docs.gitlab.com/ee/user/gitlab_com/index.html#ssh-known_hosts-entries) known_hosts="$(cat <