We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a2b6a commit a803d8fCopy full SHA for a803d8f
containers/php/Dockerfile
@@ -5,7 +5,7 @@ FROM php:8.4.14-fpm-alpine AS base
5
WORKDIR /var/www/html
6
# install software needed for all environments
7
COPY --from=docker.io/composer:2.9.2 /usr/bin/composer /usr/local/bin/composer
8
-COPY --from=docker.io/mlocati/php-extension-installer:2.9.19 /usr/bin/install-php-extensions /usr/local/sbin/install-php-extensions
+COPY --from=docker.io/mlocati/php-extension-installer:2.9.20 /usr/bin/install-php-extensions /usr/local/sbin/install-php-extensions
9
ADD --chmod=777 \
10
--checksum=sha256:206a8f9b2177703fc5aa924d85ad6c72e82413e2d09635b4c9c82a1b65b5b3d5 \
11
https://github.com/eficode/wait-for/releases/download/v2.2.4/wait-for /usr/local/bin/wait-for
0 commit comments