update ci/cd config
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# ============================================================
|
||||
# Stage 1: builder
|
||||
# ============================================================
|
||||
FROM docker.io/library/node:22-alpine AS builder
|
||||
FROM docker.io/library/node:24.15.0-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -22,8 +22,8 @@ FROM docker.io/library/nginx:1.27-alpine
|
||||
|
||||
LABEL org.opencontainers.image.title="datahub-frontend" \
|
||||
org.opencontainers.image.vendor="WPIC" \
|
||||
org.opencontainers.image.licenses="MIT" \
|
||||
org.opencontainers.image.source="https://192.168.30.181:3000/wpic-dev/datahub"
|
||||
org.opencontainers.image.licenses="LicenseRef-WPIC-Proprietary" \
|
||||
org.opencontainers.image.source="https://repo.yneed.cn/wpic-dev/datahub"
|
||||
|
||||
ARG TIMEZONE=Asia/Shanghai
|
||||
ENV TIMEZONE=${TIMEZONE}
|
||||
Generated
+2358
-49
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user