Update php Docker tag to v8.4.3
This commit is contained in:
parent
55031f63a2
commit
9539a3ceea
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM php:8.4.2-apache-bullseye
|
FROM php:8.4.3-apache-bullseye
|
||||||
RUN apt-get update -qq && apt-get install -qq libmagickwand-dev libpng-dev libjpeg-dev libtiff-dev imagemagick --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update -qq && apt-get install -qq libmagickwand-dev libpng-dev libjpeg-dev libtiff-dev imagemagick --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
||||||
RUN pecl install imagick
|
RUN pecl install imagick
|
||||||
RUN docker-php-ext-install mysqli pdo pdo_mysql
|
RUN docker-php-ext-install mysqli pdo pdo_mysql
|
||||||
|
|
Loading…
Add table
Reference in a new issue