Explorar el Código

更新 'front/DEV/Jenkinsfile'

zhiqiang.yu hace 1 mes
padre
commit
1a0e5d7c62
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      front/DEV/Jenkinsfile

+ 1 - 1
front/DEV/Jenkinsfile

@@ -19,7 +19,7 @@ node {
         echo "-----> Generating Dockerfile: ${pathOfDockerfile}/Dockerfile ..."
         sh """cat > ${pathOfDockerfile}/Dockerfile<<EOF
 # BUILD partner dist
-FROM node:14-slim as BUILD
+FROM swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/node:24-slim as BUILD
 LABEL stage=STATICRES-BUILD
 ENV NODE_OPTIONS=--max-old-space-size=32192
 ENV UV_THREADPOOL_SIZE=2