Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mlocati/php-extension-installer from ea474e4 to c6e9f4e #240

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM php:8.3-fpm-alpine@sha256:13644664abd18d3c06de89702aa02df13a82c4c1ddff8b064
## Helper images
FROM blackfire/blackfire:2@sha256:8dd3debf44167038897cd4524ed7d689fcc53dae23396fb585934b6acc5b2b82 AS blackfire
FROM composer:2@sha256:6d19e1002b091908fc4654725d4055125f181c1b6d7610206b0ee31b8419a5fc AS composer
FROM mlocati/php-extension-installer:2@sha256:ea474e43bf185208732ac7c182da6797191b387c5471930353627b0e47b69309 AS php-extension-installer
FROM mlocati/php-extension-installer:2@sha256:c6e9f4e02e3ac4f7eee4b41c8c413e4a06bb6f73eefa4e890c586f80e20a4056 AS php-extension-installer

## Custom PHP image
# hadolint ignore=DL3006
Expand Down