chore(deps): update php docker tag (#2570)
This commit is contained in:
parent
8ea0895217
commit
db6a3975a8
|
|
@ -1,4 +1,4 @@
|
||||||
From php:8.4-apache-bookworm
|
From php:8.5-apache-bookworm
|
||||||
ARG REF main
|
ARG REF main
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
git \
|
git \
|
||||||
|
|
|
||||||
|
|
@ -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.4.14-fpm-bookworm
|
FROM php:8.4.15-fpm-bookworm
|
||||||
|
|
||||||
ARG UNAME=www-data
|
ARG UNAME=www-data
|
||||||
ARG UGROUP=www-data
|
ARG UGROUP=www-data
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue