From 09d1408baa2b9c9e724ab26ae0d3cf623636c0f1 Mon Sep 17 00:00:00 2001 From: gongqianjun Date: Tue, 27 Feb 2024 17:22:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E7=A7=BB=E9=99=A4prefix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coder-development/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coder-development/Dockerfile b/coder-development/Dockerfile index 7a45c3d..f7685ea 100644 --- a/coder-development/Dockerfile +++ b/coder-development/Dockerfile @@ -17,7 +17,7 @@ RUN apt update && apt install -y tzdata && \ USER coder -RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server --version 4.11.0 +RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --version 4.11.0 RUN git clone https://github.com/monlor/dotfiles /home/coder/.config/coderv2/dotfiles && \ cd /home/coder/.config/coderv2/dotfiles && ./install.sh