From 94a5b9e6962e673f5f48504835d6059f97af4e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Sun, 14 Apr 2024 15:32:26 +0200 Subject: [PATCH] chore(deps): bump py3-pillow in Dockerfile --- api/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index fe400c5b7..711b79c55 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -39,7 +39,7 @@ RUN set -eux; \ zlib-dev \ py3-cryptography=41.0.7-r0 \ py3-lxml=4.9.3-r1 \ - py3-pillow=10.2.0-r0 \ + py3-pillow=10.3.0-r0 \ py3-psycopg2=2.9.9-r0 \ py3-watchfiles=0.19.0-r1 \ python3-dev @@ -99,7 +99,7 @@ RUN set -eux; \ libxslt \ py3-cryptography=41.0.7-r0 \ py3-lxml=4.9.3-r1 \ - py3-pillow=10.2.0-r0 \ + py3-pillow=10.3.0-r0 \ py3-psycopg2=2.9.9-r0 \ py3-watchfiles=0.19.0-r1 \ python3 \