Skip to content

Commit

Permalink
Merge pull request #115 from nohn/php-8.2.15
Browse files Browse the repository at this point in the history
update php to 8.2.15
  • Loading branch information
nohn committed Feb 7, 2024
2 parents 44622c3 + 6fbb6c9 commit 89914fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2024-02-08 v1.2.22
- update PHP to 8.2.15

# 2024-02-08 v1.2.21
- don't fail configuration if OCR fails (#113)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.12-cli
FROM php:8.2.15-cli
RUN apt-get update \
&& apt-get install -y libmagickwand-dev tesseract-ocr \
&& pecl install imagick \
Expand Down

0 comments on commit 89914fa

Please sign in to comment.