chore: 更新 Dockerfile 基础镜像地址
Some checks failed
Build Docker / build (push) Failing after 3s

This commit is contained in:
yinxiaolong
2026-06-18 10:49:11 +08:00
parent 81c16c3ff7
commit d19e5eb69d

View File

@@ -5,7 +5,7 @@
# @contact group@hyperf.io # @contact group@hyperf.io
# @license https://github.com/hyperf/hyperf/blob/master/LICENSE # @license https://github.com/hyperf/hyperf/blob/master/LICENSE
FROM hyperf/hyperf:8.3-alpine-v3.19-swoole FROM registry.xiaokeaii.top/hyperf:1.0
LABEL maintainer="Hyperf Developers <group@hyperf.io>" version="1.0" license="MIT" app.name="Hyperf" LABEL maintainer="Hyperf Developers <group@hyperf.io>" version="1.0" license="MIT" app.name="Hyperf"
## ##