Skip to content

Commit

Permalink
fix: update devbox (#11339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Jan 19, 2025
1 parent f048acd commit aca84ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/dev/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Development",
"image": "aztecprotocol/devbox:1.2",
"image": "aztecprotocol/devbox:3.0",
"features": {
// Use custom fork with noble added to list of supported distros.
"./docker-in-docker": {}
Expand Down
2 changes: 1 addition & 1 deletion build-images/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ else
-vdevbox-var-lib-docker:/var/lib/docker \
-v$HOME/.ssh/id_rsa:/home/aztec-dev/.ssh/id_rsa:ro \
--privileged \
aztecprotocol/devbox:2.2
aztecprotocol/devbox:3.0
fi

0 comments on commit aca84ff

Please sign in to comment.