Skip to content

Commit

Permalink
Pin pillow-avif-plugin to compatible version range
Browse files Browse the repository at this point in the history
  • Loading branch information
neobooru committed Feb 21, 2024
1 parent d7394d6 commit da425af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ RUN apk --no-cache add \
py3-pillow \
py3-pynacl \
py3-tz \
py3-pyrfc3339 \
&& pip3 install --no-cache-dir --disable-pip-version-check \
py3-pyrfc3339
RUN pip3 install --no-cache-dir --disable-pip-version-check \
"alembic>=0.8.5" \
"coloredlogs==5.0" \
"pyheif==0.6.1" \
"heif-image-plugin>=0.3.2" \
yt-dlp \
"pillow-avif-plugin>=1.1.0" \
&& apk --no-cache del py3-pip
"pillow-avif-plugin~=1.1.0"
RUN apk --no-cache del py3-pip

COPY ./ /opt/app/
RUN rm -rf /opt/app/szurubooru/tests
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ certifi>=2017.11.5
coloredlogs==5.0
heif-image-plugin==0.3.2
numpy>=1.8.2
pillow-avif-plugin>=1.1.0
pillow-avif-plugin~=1.1.0
pillow>=4.3.0
psycopg2-binary>=2.6.1
pyheif==0.6.1
Expand Down

0 comments on commit da425af

Please sign in to comment.