Merge pull request #647 from maxking/downgrade-importlib-resources

fix: Downgrade importlib-resources to < 6.0
This commit is contained in:
Abhilash Raj
2023-08-28 21:24:43 +05:30
committed by GitHub

View File

@@ -21,6 +21,7 @@ RUN --mount=type=cache,target=/root/.cache \
gunicorn==19.9.0 \
pymysql \
-r /tmp/requirements.txt \
'importlib-resources<6.0.0' \
&& apk del build-deps \
&& adduser -S mailman