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 a3c02c8 commit c473a59Copy full SHA for c473a59
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:a00c12a81316af81816e3fc5a209201dff777af4255f2c4e2efec254b10be533
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