Skip to content

Commit 0f1a232

Browse files
committed
Switch to rust base image
Signed-off-by: Aaron Wislang <[email protected]>
1 parent 7cfb594 commit 0f1a232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG TAG="2"
2-
FROM mcr.microsoft.com/devcontainers/universal:${TAG}
1+
ARG TAG="latest"
2+
FROM mcr.microsoft.com/devcontainers/rust:${TAG}
33

44
COPY ./scripts /tmp/scripts/
55
RUN bash /tmp/scripts/install.sh

0 commit comments

Comments
 (0)