feat: 修改 php 5.4.45 的基础镜像 (#315)

This commit is contained in:
zhengkunwang 2023-08-09 16:15:32 +08:00 committed by GitHub
parent 7cdc885298
commit 8cc8632353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ services:
build:
context: ./php
args:
PHP_IMAGE: php:${PHP_VERSION}-fpm-alpine
PHP_IMAGE: php:${PHP_VERSION}-fpm
CONTAINER_PACKAGE_URL: ${CONTAINER_PACKAGE_URL}
PHP_EXTENSIONS: ${PHP_EXTENSIONS}
TZ: ${TZ}