Update php Docker tag to v8.3.10
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-08-01 20:18:54 +00:00
parent 66833436e2
commit 48ad5febc6
Signed by: renovate
GPG key ID: BE1779FA19BFB6E9

View file

@ -1,4 +1,4 @@
FROM php:8.3.9-apache-bullseye
FROM php:8.3.10-apache-bullseye
RUN apt-get update -qq && apt-get install -qq libmagickwand-dev libpng-dev libjpeg-dev libtiff-dev imagemagick --no-install-recommends && rm -rf /var/lib/apt/lists/*
RUN pecl install imagick
RUN docker-php-ext-install mysqli pdo pdo_mysql