Skip to content

Commit

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

# 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.15-cli
FROM php:8.3.2-cli
RUN apt-get update \
&& apt-get install -y libmagickwand-dev tesseract-ocr \
&& pecl install imagick \
Expand Down

0 comments on commit 198b480

Please sign in to comment.