From 3e1fbfead4f82df54fc998618b60d20af67ce7c5 Mon Sep 17 00:00:00 2001 From: Alex Gherghisan Date: Wed, 18 Dec 2024 13:10:17 +0000 Subject: [PATCH 1/2] fix: add inotify-tools --- build-images/Earthfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-images/Earthfile b/build-images/Earthfile index 08664afe3f0..c9f8ab865ad 100644 --- a/build-images/Earthfile +++ b/build-images/Earthfile @@ -233,6 +233,7 @@ basebox: tmux \ vim \ zsh \ + inotify-tools \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # Install earthly. @@ -323,9 +324,9 @@ devbox: CMD ["/bin/zsh"] ARG TARGETARCH - SAVE IMAGE --push aztecprotocol/devbox:1.1-$TARGETARCH + SAVE IMAGE --push aztecprotocol/devbox:1.2-$TARGETARCH # Save it without the arch tag as this is what's referenced in devcontainer.json - SAVE IMAGE aztecprotocol/devbox:1.1 + SAVE IMAGE aztecprotocol/devbox:1.2 devbox-manifest: LET VERSION = 1.1 From 98df90f9c9658779d0935a2f9f6c983073b0c6b8 Mon Sep 17 00:00:00 2001 From: Alex Gherghisan Date: Wed, 18 Dec 2024 14:26:18 +0000 Subject: [PATCH 2/2] chore: bump devbox --- .devcontainer/dev/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/dev/devcontainer.json b/.devcontainer/dev/devcontainer.json index 12a7c197f6e..2e5d5ec2d45 100644 --- a/.devcontainer/dev/devcontainer.json +++ b/.devcontainer/dev/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Development", - "image": "aztecprotocol/devbox:1.1", + "image": "aztecprotocol/devbox:1.2", "features": { // Use custom fork with noble added to list of supported distros. "./docker-in-docker": {}