1
0

chore(deps): update php docker tag (#2570)

This commit is contained in:
renovate[bot] 2025-11-21 01:36:05 +00:00 committed by GitHub
parent 8ea0895217
commit db6a3975a8
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,4 +1,4 @@
From php:8.4-apache-bookworm
From php:8.5-apache-bookworm
ARG REF main
RUN apt-get update && apt-get install -y \
git \

View File

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