Skip to content

Commit

Permalink
chore(deps): update mlocati/php-extension-installer docker tag to v2.…
Browse files Browse the repository at this point in the history
…1.49
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent 47309d6 commit 87c7d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY ./container/configs/php.ini /usr/local/etc/php/php.ini


# Install PHP extension(s)
COPY --from=mlocati/php-extension-installer:2.1.38@sha256:c3a2b786a0ed48919fea7af99bbc2732e50a787ea1eb31efe20df08f33c33220 /usr/bin/install-php-extensions /usr/local/bin/
COPY --from=mlocati/php-extension-installer:2.1.49@sha256:4d2c16833c7bfa5278971ba5b2b31ee27aa156192c019ceb54c2ea75d4e6fa00 /usr/bin/install-php-extensions /usr/local/bin/
# These are the extensions we depend on:
# $ composer check -f json 2>/dev/null | jq '.[] | select(.name | startswith("ext-")) | .name | sub("ext-"; "")' -r
# Currently, this seems to only be pdo_mysql.
Expand Down

0 comments on commit 87c7d5f

Please sign in to comment.