chore: pin dependencies in Dockerfiles (#19129)

This commit is contained in:
Jon Ayers
2025-08-03 18:26:41 -04:00
committed by GitHub
parent 0d7cc5c156
commit c9ed0dd927
4 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
install_devcontainer_cli() {
npm install -g @devcontainers/cli
npm install -g @devcontainers/cli@0.80.0 --integrity=sha512-w2EaxgjyeVGyzfA/KUEZBhyXqu/5PyWNXcnrXsZOBrt3aN2zyGiHrXoG54TF6K0b5DSCF01Rt5fnIyrCeFzFKw==
}
install_ssh_config() {