尝试修复兼容性问题
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
李东云
2022-04-09 02:34:50 +08:00
parent dacdcf0413
commit 83f4e28e0a

View File

@@ -1,4 +1,4 @@
FROM php:apache as latest-apache
FROM php:8.0-apache as latest-apache
# 系统基础配置
USER root