diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index fe690e4cf1..36ca1a08eb 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/devcontainers/rust:1-1-bookworm +FROM mcr.microsoft.com/devcontainers/rust:1.0.5-1-bookworm RUN dpkg --add-architecture arm64 \ && apt-get update && export DEBIAN_FRONTEND=noninteractive \ && apt-get install -y --no-install-recommends \