From 2aae8fd467a9cae15a98b960ee43a73740bd6061 Mon Sep 17 00:00:00 2001 From: drone Date: Thu, 4 Aug 2022 23:18:01 +0000 Subject: [PATCH] Update dependency php to v8.1.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23baff2..3a70d89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/php:8.1.8-apache-bullseye +FROM amd64/php:8.1.9-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