File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.3.20 -fpm-alpine3.20
1+ FROM php:8.3.21 -fpm-alpine3.20
22
33LABEL Maintainer="Jose Quintana <joseluisq.net>" \
44 Description="PHP-FPM v8.3 with essential extensions on top of Alpine Linux."
55
66# Composer - https://getcomposer.org/download/
7- ARG COMPOSER_VERSION="2.8.8 "
8- ARG COMPOSER_SUM="957263e284b9f7a13d7f475dc65f3614d151b0c4dcc7e8761f7e7f749447fb68 "
7+ ARG COMPOSER_VERSION="2.8.9 "
8+ ARG COMPOSER_SUM="8e8829ec2b97fcb05158236984bc252bef902e7b8ff65555a1eeda4ec13fb82b "
99
1010# Swoole - https://github.com/swoole/swoole-src
1111ARG SWOOLE_VERSION="6.0.2"
1212
1313# Phalcon - https://github.com/phalcon/cphalcon
14- ARG PHALCON_VERSION="5.9.2 "
14+ ARG PHALCON_VERSION="5.9.3 "
1515
1616# Imagick - https://github.com/Imagick/imagick
17- ARG IMAGICK_COMMIT="28f27044e435a2b203e32675e942eb8de620ee58 "
17+ ARG IMAGICK_COMMIT="b47e91c83b0eb8db951794d0ed363ae20748b795 "
1818
1919# Install dependencies
2020RUN set -eux \
You can’t perform that action at this time.
0 commit comments