Skip to content

Commit

Permalink
Revert "update PHP to 8.3.2"
Browse files Browse the repository at this point in the history
This reverts commit eaa3ebf.
  • Loading branch information
nohn committed Feb 7, 2024
1 parent cb1579a commit 23ff4d9
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.3.2
- 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.3.2-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 23ff4d9

Please sign in to comment.