common版本更新

This commit is contained in:
2026-04-24 08:57:28 +08:00
parent b648ee3d92
commit cbf98bf556

View File

@@ -10,7 +10,7 @@ ENV GOTOOLCHAIN=auto
ENV GOPRIVATE=gitea.com/red-future/common ENV GOPRIVATE=gitea.com/red-future/common
# 配置git使用私有Gitea仓库带Token认证 # 配置git使用私有Gitea仓库带Token认证
RUN git config --global url."http://x-token-auth:9b31146aa8c10a7cb4f2e49dcee0934a223be1076289810e1ad98b968066c2bc@116.204.74.41:3000/red-future/common.git".insteadOf "https://gitea.com/red-future/common.git" && \ RUN git config --global url."http://x-token-auth:619679cd366aefea3a50f0622d842a41f2209e08595767bba49c3836ef57d415@116.204.74.41:3000/red-future/common.git".insteadOf "https://gitea.com/red-future/common.git" && \
git config --global credential.helper store git config --global credential.helper store
WORKDIR /build WORKDIR /build