修改镜像源

This commit is contained in:
sijinhui
2024-06-24 18:22:52 +08:00
parent 007c004a44
commit 6c6e88ba35
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#FROM registry.cn-hangzhou.aliyuncs.com/sijinhui/node:18-alpine AS base
FROM hub.siji.ci/library/node:20-alpine AS base
FROM hub.sivpn.cn/library/node:20-alpine AS base
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
RUN apk update && apk add --no-cache git tzdata
# 设置时区环境变量