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.2.17 -fpm-alpine3.18
1+ FROM php:8.2.23 -fpm-alpine3.20
22
33MAINTAINER Jitendra Adhikari <
[email protected] >
44
1515COPY docker-* /usr/local/bin/
1616
1717# copy from existing
18- COPY --from=adhocore/phpfpm:8.2 /usr/local/lib/php/extensions/no-debug-non-zts-20220829/*.so /usr/local/lib/php/extensions/no-debug-non-zts-20220829/
19- COPY --from=adhocore/phpfpm:8.2 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/
18+ # COPY --from=adhocore/phpfpm:8.2 /usr/local/lib/php/extensions/no-debug-non-zts-20220829/*.so /usr/local/lib/php/extensions/no-debug-non-zts-20220829/
19+ # COPY --from=adhocore/phpfpm:8.2 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/
2020
2121# ext
2222COPY ext.php /ext.php
You can’t perform that action at this time.
0 commit comments