File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,9 @@ RUN apk add --no-cache --virtual .sys-deps \
73
73
docker-php-ext-install pdo_mysql mysqli pdo_sqlite pgsql pdo_pgsql exif intl xsl soap zip && \
74
74
pecl install -o -f xdebug && \
75
75
pecl install -o -f redis && \
76
+ pecl install -o -f mongodb && \
76
77
echo "extension=redis.so" > /usr/local/etc/php/conf.d/redis.ini && \
78
+ echo "extension=mongodb.so" > /usr/local/etc/php/conf.d/mongodb.ini && \
77
79
echo "zend_extension=xdebug" > /usr/local/etc/php/conf.d/xdebug.ini && \
78
80
docker-php-source delete && \
79
81
mkdir -p /var/www/app && \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ If you have improvements or suggestions please open an issue or pull request on
8
8
### Versioning
9
9
| Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version |
10
10
| -----| -------| -----| --------| --------|
11
- | latest/3.1.2 | Main Branch | 1.22.1 | 8.2.4 | 3.17 |
11
+ | latest/3.1.3 | Main Branch | 1.22.1 | 8.2.4 | 3.17 |
12
12
13
13
For other tags please see: [ versioning] ( https://github.com/richarvey/nginx-php-fpm/blob/main/docs/versioning.md )
14
14
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ The latest tag will always follow the main branch in git. the other versions wil
17
17
18
18
| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
19
19
| -----| -------| -----| --------| --------| ----------|
20
+ | 3.1.3 | 8.2.4 | 1.22.1 | 3.17 | 0.3.17 | adding mongoDB support #281 |
20
21
| 3.1.2 | 8.2.4 | 1.22.1 | 3.17 | 0.3.17 | fix #280 |
21
22
| 3.1.1 | 8.2.4 | 1.22.1 | 3.17 | 0.3.17 | upgrade to php 8.2.4 |
22
23
| 3.1.0 | 8.2.3 | 1.22.1 | 3.17 | 0.3.17 | reduced image size |
You can’t perform that action at this time.
0 commit comments