Skip to content

Commit ace0e9d

Browse files
authored
Update postCreateCommand for Aztec installation
1 parent 8274872 commit ace0e9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dockerfile": "Dockerfile"
55
},
66
"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",
7+
"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",
88
"customizations": {
99
// Configure properties specific to VS Code.
1010
"vscode": {

0 commit comments

Comments
 (0)