unloy use major.minor for php fpm

This commit is contained in:
Fabian Hufenreuter 2025-01-10 13:22:30 +01:00
parent b453e719f7
commit 10c9e545d0
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
FROM php:8.4.1-fpm-bullseye
FROM php:8.4-fpm-bullseye
RUN apt-get update && \
apt-get --no-install-recommends -y install iputils-ping mtr traceroute iproute2 && \