Skip to content

Commit

Permalink
Update Pillow version in dockerfile
Browse files Browse the repository at this point in the history
References #736
  • Loading branch information
mzur committed Jan 23, 2024
1 parent 17c3d59 commit 2133d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/worker.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng-dev \
&& pip3 install --no-cache-dir \
PyExcelerate==0.6.7 \
Pillow==10.0.1 \
Pillow==10.2.0 \
&& apk del --purge .build-deps \
&& rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 2133d4c

Please sign in to comment.