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 1959d7e commit 11b38d4Copy full SHA for 11b38d4
src/AutoInstrumentationInstaller/Dockerfile
@@ -1,5 +1,5 @@
1
FROM composer:2@sha256:1997db9e43fde2a5a20f32fcfd50f26f698d951b3787334ebd6493d0562de97f as composer
2
-FROM php:8.2@sha256:85237f2abcd63e3d584664f0cb398eb619aa1a205b7152cb4cb6d3e929573ad2
+FROM php:8.2@sha256:ec590b8a37775c1c807e58e34a4bd2ace3df96fd365abd8fc0e993a1d3f6e8d6
3
WORKDIR /srv/app
4
COPY --from=composer /usr/bin/composer /usr/local/bin/composer
5
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
0 commit comments