Update php Docker tag to v8.1.13
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2022-11-29 05:05:10 +00:00
parent 5c54982344
commit 106049f598

View file

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