From fa6206aeafefd1a350dd28a331e89a4ed931a409 Mon Sep 17 00:00:00 2001 From: luocai Date: Fri, 20 Dec 2024 09:48:59 +0800 Subject: [PATCH] update code server. --- Dockerfiles/ubuntu2404.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/ubuntu2404.dockerfile b/Dockerfiles/ubuntu2404.dockerfile index bebae4b..0f87af8 100644 --- a/Dockerfiles/ubuntu2404.dockerfile +++ b/Dockerfiles/ubuntu2404.dockerfile @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive ENV BOOST_VERSION=1_86_0 ENV QT_VERSION=6.8.1 -ENV CODE_VERSION=4.95.3 +ENV CODE_VERSION=4.96.1 ENV WT_VERSION=4.11.1 RUN sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list.d/ubuntu.sources \