Skip to content

Commit 9521804

Browse files
authored
feat: bump 8.3 to 8.3.11
1 parent 1d262bb commit 9521804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

8.3.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3.4-fpm-alpine3.18
1+
FROM php:8.3.11-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.3 /usr/local/lib/php/extensions/no-debug-non-zts-20230831/*.so /usr/local/lib/php/extensions/no-debug-non-zts-20230831/
19-
COPY --from=adhocore/phpfpm:8.3 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/
18+
#COPY --from=adhocore/phpfpm:8.3 /usr/local/lib/php/extensions/no-debug-non-zts-20230831/*.so /usr/local/lib/php/extensions/no-debug-non-zts-20230831/
19+
#COPY --from=adhocore/phpfpm:8.3 /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)