File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.1.27 -fpm-alpine3.18
1+ FROM php:8.1.29 -fpm-alpine3.20
22
33MAINTAINER Jitendra Adhikari <
[email protected] >
44
1313COPY docker-* /usr/local/bin/
1414
1515# copy from existing
16- COPY --from=adhocore/phpfpm:8.1 /usr/local/lib/php/extensions/no-debug-non-zts-20210902/*.so /usr/local/lib/php/extensions/no-debug-non-zts-20210902/
17- COPY --from=adhocore/phpfpm:8.1 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/
16+ # COPY --from=adhocore/phpfpm:8.1 /usr/local/lib/php/extensions/no-debug-non-zts-20210902/*.so /usr/local/lib/php/extensions/no-debug-non-zts-20210902/
17+ # COPY --from=adhocore/phpfpm:8.1 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/
1818
1919# ext
2020COPY ext.php /ext.php
You can’t perform that action at this time.
0 commit comments