Skip to content

Commit

Permalink
Merge pull request #103 from adhocore/bump
Browse files Browse the repository at this point in the history
feat: bump 8.2 to 8.2.23
  • Loading branch information
adhocore authored Sep 10, 2024
2 parents a18a3d9 + fc3f9b8 commit cb00cf2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ENV \
COPY docker-* /usr/local/bin/

# copy from existing
#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/
#COPY --from=adhocore/phpfpm:8.1 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/
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/
COPY --from=adhocore/phpfpm:8.1 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/

# ext
COPY ext.php /ext.php
Expand Down
6 changes: 3 additions & 3 deletions 8.2.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.17-fpm-alpine3.18
FROM php:8.2.23-fpm-alpine3.20

MAINTAINER Jitendra Adhikari <jiten.adhikary@gmail.com>

Expand All @@ -15,8 +15,8 @@ ENV \
COPY docker-* /usr/local/bin/

# copy from existing
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/
COPY --from=adhocore/phpfpm:8.2 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/
#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/
#COPY --from=adhocore/phpfpm:8.2 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/

# ext
COPY ext.php /ext.php
Expand Down
4 changes: 2 additions & 2 deletions 8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ENV \
COPY docker-* /usr/local/bin/

# copy from existing
#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/
#COPY --from=adhocore/phpfpm:8.3 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/
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/
COPY --from=adhocore/phpfpm:8.3 /usr/local/etc/php/conf.d/*.ini /usr/local/etc/php/conf.d/

# ext
COPY ext.php /ext.php
Expand Down

0 comments on commit cb00cf2

Please sign in to comment.