Skip to content

Commit ab228fe

Browse files
authored
feat: bump 8.2 to 8.2.23
1 parent 9521804 commit ab228fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

8.2.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2.17-fpm-alpine3.18
1+
FROM php:8.2.23-fpm-alpine3.20
22

33
MAINTAINER Jitendra Adhikari <[email protected]>
44

@@ -15,8 +15,8 @@ ENV \
1515
COPY 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
2222
COPY ext.php /ext.php

0 commit comments

Comments
 (0)