mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: pin dependencies in Dockerfiles (#19129)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user