Update php Docker tag (#455)
This commit is contained in:
parent
d17149c46a
commit
91dcbd0595
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue