Update Dockerfile for php-fpm and config.php #48

Merged
fhservinga merged 3 commits from main into main 2025-01-10 20:39:39 +08:00
Showing only changes of commit 10c9e545d0 - Show all commits

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 && \