revert ea976459ab
All checks were successful
continuous-integration/drone/push Build is passing

revert Update php Docker tag to v8.3.0
This commit is contained in:
Aaron Riedel 2023-12-23 22:09:35 +01:00
parent ea976459ab
commit 79486879b8

View file

@ -1,4 +1,4 @@
FROM amd64/php:8.3.0-apache-bullseye
FROM amd64/php:8.2.12-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