1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-10 13:08:15 +01:00

Merge branch 'danog:v8' into v8

This commit is contained in:
Mahdi 2024-12-02 20:17:01 +03:30 committed by GitHub
commit 032c4fe80a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM php:8.3-fpm-alpine
FROM php:8.4-fpm-alpine
RUN apk add --no-cache make g++ && \
curl -sSLf https://github.com/danog/PrimeModule-ext/archive/refs/tags/2.0.tar.gz | tar -xz && \