Update php Docker tag to v8.5.2

This commit is contained in:
renovate[bot] 2026-01-30 07:40:10 +00:00 committed by GitHub
parent 936fa9a95f
commit 3923ab83c5
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.5.2-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.5.2-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.5.2-fpm
ARG UNAME=www-data ARG UNAME=www-data
ARG UGROUP=www-data ARG UGROUP=www-data