1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-10 13:08:15 +01:00
This commit is contained in:
Daniil Gentili 2024-12-02 16:43:42 +00:00
parent 71c2dbb9a5
commit e6da19ceb8

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