Update php Docker tag to v8.5.3

This commit is contained in:
renovate[bot] 2026-03-10 18:05:44 +00:00 committed by GitHub
parent 2fb4096b75
commit 4e7e8cfad0
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
FROM php:7.4.33-fpm-alpine
FROM php:8.5.3-fpm-alpine
ARG UNAME=www-data
ARG UGROUP=www-data

View File

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

View File

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