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

This commit is contained in:
Aaron Riedel 2023-02-14 23:15:43 +00:00
parent f5e920389f
commit a32fa4b455

View file

@ -1,4 +1,4 @@
FROM amd64/php:8.2.2-apache-bullseye
FROM amd64/php:8.2.3-apache-bullseye
RUN apt-get update -qq && apt-get install -qq libmagickwand-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
RUN printf "\n" | pecl install imagick
RUN docker-php-ext-install mysqli pdo pdo_mysql && docker-php-ext-enable pdo_mysql imagick