From 79486879b8d6eb9e0f21c2b1ba48b9a540337d2a Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sat, 23 Dec 2023 22:09:35 +0100 Subject: [PATCH] revert ea976459ab6854387cd378983ef7a8e83813b4ef revert Update php Docker tag to v8.3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 564e660..77d926d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file