diff --git a/Dockerfile b/Dockerfile index 8759969..057fbc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN git config --global url."http://116.204.74.41:3000/red-future/common.git".in git config --global credential.helper store # 设置GIT凭据 -RUN echo "http://x-token-auth:297685158fb953a1bad6c45e16f72472ca6e9866@116.204.74.41:3000" > ~/.git-credentials +RUN echo "http://x-token-auth:9b31146aa8c10a7cb4f2e49dcee0934a223be1076289810e1ad98b968066c2bc@116.204.74.41:3000" > ~/.git-credentials WORKDIR /build