You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @koxu1996, thanks for raising this. devbox:1.0 is an old version of the dev container image. You can use aztecprotocol/devbox:1.1 which contains the right versions of our toolchains.
The latest devcontainer
dev
is based ondevbox:1.0
image:aztec-packages/.devcontainer/dev/devcontainer.json
Line 3 in 19a500f
However, if you try to use it, installation of docker-in-docker fails with:
You can trigger the same GPG issue with a below one-liner:
docker run -it --rm --entrypoint /bin/bash aztecprotocol/devbox:1.0 -c "apt update"
For upstream report see cli/cli#9569.
The simplest solution is to update devbox image, you can either:
The text was updated successfully, but these errors were encountered: