Update php Docker tag to v8.4.10

This commit is contained in:
renovate[bot] 2025-07-07 14:16:54 +00:00 committed by GitHub
parent 518b83c1ca
commit 2126aa0f0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#Reference Links https://github.com/joseluisq/alpine-php-fpm/blob/master/8.1-fpm/Dockerfile #Reference Links https://github.com/joseluisq/alpine-php-fpm/blob/master/8.1-fpm/Dockerfile
FROM php:7.4.33-fpm-alpine FROM php:8.4.10-fpm-alpine
ARG UNAME=www-data ARG UNAME=www-data
ARG UGROUP=www-data ARG UGROUP=www-data

View File

@ -1,6 +1,6 @@
#Reference Links https://github.com/docker-library/php/issues/926#issuecomment-567230723 #Reference Links https://github.com/docker-library/php/issues/926#issuecomment-567230723
FROM php:7.4.33-fpm FROM php:8.4.10-fpm
ARG UNAME=www-data ARG UNAME=www-data
ARG UGROUP=www-data ARG UGROUP=www-data

View File

@ -1,6 +1,6 @@
#Reference Links https://github.com/docker-library/php/issues/926#issuecomment-567230723 #Reference Links https://github.com/docker-library/php/issues/926#issuecomment-567230723
FROM php:8.1.17-fpm FROM php:8.4.10-fpm
ARG UNAME=www-data ARG UNAME=www-data
ARG UGROUP=www-data ARG UGROUP=www-data