diff --git a/Dockerfile b/Dockerfile index 9ea1804..8d0960d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2.15-cli +FROM php:8.2.20-cli RUN apt-get update \ && apt-get install -y libmagickwand-dev tesseract-ocr \ && pecl install imagick \