Skip to content

Commit fa9687a

Browse files
committed
bug: update install-php-extensions for php 8.5 support
1 parent 0cb5b66 commit fa9687a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

2.2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ RUN set -eux ; \
3232
--location \
3333
--retry 3 \
3434
--output /usr/local/bin/install-php-extensions \
35-
--url https://github.com/mlocati/docker-php-extension-installer/releases/download/1.2.58/install-php-extensions \
35+
--url https://github.com/mlocati/docker-php-extension-installer/releases/download/2.11.12/install-php-extensions \
3636
; \
37-
echo 182011b3dca5544a70fdeb587af44ed1760aa9a2ed37d787d0f280a99f92b008e638c37762360cd85583830a097665547849cb2293c4a0ee32c2a36ef7a349e2 /usr/local/bin/install-php-extensions | sha512sum --strict --check ; \
37+
echo 0c3594c9865bf1e2372cfd3da355cf5115c56fdcc9956218e06c130d99d7754d806088d8d0771f6e84f01e93cd65928df2579d50d7d66811010552eae6fe671a /usr/local/bin/install-php-extensions | sha512sum --strict --check ; \
3838
chmod +x /usr/local/bin/install-php-extensions ; \
3939
# install necessary/useful extensions not included in base image
4040
install-php-extensions \

0 commit comments

Comments
 (0)