Skip to content

Commit 1d262bb

Browse files
authored
feat: bump 8.1 to 8.1.29
1 parent d93e63d commit 1d262bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

8.1.Dockerfile

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

33
MAINTAINER Jitendra Adhikari <[email protected]>
44

@@ -13,8 +13,8 @@ ENV \
1313
COPY 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
2020
COPY ext.php /ext.php

0 commit comments

Comments
 (0)