feat: add more image tag

This commit is contained in:
engigu
2026-02-06 21:52:28 +08:00
parent 60d6fb2525
commit b3a6432742
5 changed files with 108 additions and 23 deletions
+2 -1
View File
@@ -104,7 +104,8 @@ RUN VERSION_VAL=$(cat /build-info/version.txt) && \
# ================================
# Stage 4: Final image
# ================================
FROM ghcr.io/engigu/baihu:base
ARG BASE_TAG=base
FROM ghcr.io/engigu/baihu:${BASE_TAG}
ENV TZ=Asia/Shanghai
ENV PATH="/app/envs/node/bin:/app/envs/python/bin:$PATH"