Browse Source

📦 build(docker): update base image to bookworm version

- change base image from node:20.19.4 to node:20.19.4-bookworm for newer Debian version
- maintain existing Tsinghua University mirror source configuration
yourname 1 tháng trước cách đây
mục cha
commit
a4abb441bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 # 使用指定基础镜像
-FROM docker.1ms.run/node:20.19.4
+FROM docker.1ms.run/node:20.19.4-bookworm
 
 # 设置软件源为清华大学镜像源
 # 替换 Debian 源为清华镜像(覆盖整个 sources.list 文件)