We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8274872 commit ace0e9dCopy full SHA for ace0e9d
1 file changed
.devcontainer/devcontainer.json
@@ -4,7 +4,7 @@
4
"dockerfile": "Dockerfile"
5
},
6
"features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} },
7
- "postCreateCommand": "yarn && curl -s https://install.aztec.network | NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s",
+ "postCreateCommand": "yarn && VERSION=4.0.0-nightly.20260204 bash -i <(curl -sL https://install.aztec.network/4.0.0-nightly.20260204) | NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s",
8
"customizations": {
9
// Configure properties specific to VS Code.
10
"vscode": {
0 commit comments