We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfb594 commit 0f1a232Copy full SHA for 0f1a232
1 file changed
.devcontainer/docker/Dockerfile
@@ -1,5 +1,5 @@
1
-ARG TAG="2"
2
-FROM mcr.microsoft.com/devcontainers/universal:${TAG}
+ARG TAG="latest"
+FROM mcr.microsoft.com/devcontainers/rust:${TAG}
3
4
COPY ./scripts /tmp/scripts/
5
RUN bash /tmp/scripts/install.sh
0 commit comments