1
0
Fork 0

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

This commit is contained in:
zhengkunwang 2023-08-09 16:15:32 +08:00 committed by GitHub
parent 5a4050c2b6
commit 9d97cfe3ef
1 changed files with 1 additions and 1 deletions

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}