fix: change depandency source
All checks were successful
Docker Image CI / build (push) Successful in 4m15s

This commit is contained in:
merlin
2025-10-22 17:47:32 +08:00
parent 06e1414bfb
commit 1f5b68e75f

View File

@@ -1,4 +1,4 @@
FROM docker:24.0.6-dind
FROM harbor.merlin.xin/mirrors/docker.io/library/docker:24.0.6-dind
# 安装 Node.js
RUN apk add --no-cache bash curl git nodejs npm