From 74225974aae29f008893ec7bf65c04fc43cb0ef7 Mon Sep 17 00:00:00 2001 From: drone Date: Thu, 8 Dec 2022 21:05:10 +0000 Subject: [PATCH] Update php Docker tag to v8.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f0e0fe..54e2837 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/php:8.1.13-apache-bullseye +FROM amd64/php:8.2.0-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