diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 154216d..4091995 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,7 +15,7 @@ "ghcr.io/devcontainers/features/rust:1": { "targets": "x86_64-unknown-linux-musl" }, - "ghcr.io/devcontainers-contrib/features/apt-get-packages:1": { + "ghcr.io/devcontainers-extra/features/apt-get-packages:1": { "packages": "git-flow, musl-tools" } },