diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 4a45f96..c8a0326 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux:latest +FROM crystallinux:crystal WORKDIR /home/ @@ -6,4 +6,4 @@ COPY . . RUN bash ./setup.sh -ENV PATH="/root/.cargo/bin:$PATH" \ No newline at end of file +ENV PATH="/root/.cargo/bin:$PATH"