Skip to content

Commit

Permalink
chore(deps): update php docker tag to v8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent f2275cb commit 54da43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mlocati/php-extension-installer:2.7.23 AS php_ext_installer
FROM composer/composer:2.8.5-bin AS composer

FROM php:8.3.16-fpm
FROM php:8.4.3-fpm

RUN ln -sr /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini

Expand Down

0 comments on commit 54da43e

Please sign in to comment.