Skip to content

Commit e7d823e

Browse files
committed
Specify Phalcon's version
1 parent 0bf35ec commit e7d823e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM php:7.4-cli
33

44
RUN apt update && apt install git wget zip unzip libcurl4-openssl-dev pkg-config libssl-dev -y
55

6-
RUN pecl install phalcon mongodb && \
6+
RUN pecl install phalcon-5.4.0 mongodb && \
77
docker-php-ext-enable phalcon mongodb
88

99
# Composer

0 commit comments

Comments
 (0)