From c8b9ab4f3bff01a79479e6ec483b2f3819df3cf6 Mon Sep 17 00:00:00 2001 From: Michal Date: Mon, 13 Jun 2022 01:18:03 +0100 Subject: [PATCH] Update Dockerfile --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"