1
0
Fork 0

Update php Docker tag (#455)

This commit is contained in:
renovate[bot] 2025-07-04 01:42:30 +00:00 committed by GitHub
parent d17149c46a
commit 91dcbd0595
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#Reference Links https://github.com/docker-library/php/issues/926#issuecomment-567230723
FROM php:8.1.32-fpm
FROM php:8.1.33-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.4.8-fpm
FROM php:8.4.10-fpm
ARG UNAME=www-data
ARG UGROUP=www-data