chore: replace docker image url with AliYun

This commit is contained in:
RockYang 2024-04-30 19:08:33 +08:00
parent 0d733c0be0
commit 7bb76d581c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# GO api docker 镜像创建
FROM alpine:3.18.2
FROM registry.cn-hangzhou.aliyuncs.com/geekmaster/alpine:3.18.2
MAINTAINER yangjian<yangjian102621@163.com>

View File

@ -1,5 +1,5 @@
# 前端 Vue 项目构建
FROM nginx:1.20.2
FROM registry.cn-hangzhou.aliyuncs.com/geekmaster/nginx:1.20.2
MAINTAINER yangjian<yangjian102621@163.com>