We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cefdfc commit ffa0341Copy full SHA for ffa0341
.devcontainer/Dockerfile
@@ -1,5 +1,4 @@
1
-# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.195.0/containers/rust/.devcontainer/base.Dockerfile
2
-# [Choice] Debian OS version (use bullseye on local arm64/Apple Silicon): buster, bullseye
+# See here for image contents: https://github.com/devcontainers/images/tree/main/src/rust/history
3
ARG VARIANT="trixie"
4
FROM mcr.microsoft.com/devcontainers/rust:2-${VARIANT}
5
0 commit comments