chore: downgrade php to 8.2 for bugfix "segmentations fault" with amphp/dns - https://github.com/php/php-src/issues/12416

This commit is contained in:
Rekryt
2024-09-14 17:39:28 +03:00
parent fb6f09ff04
commit 00822261fa

View File

@@ -1,4 +1,4 @@
FROM php:8.3-cli
FROM php:8.2-cli
RUN apt-get update