fix: Downgrade importlib-resources to < 6.0
Since released version of Core doesn't support importlib-resources > 6.
This commit is contained in:
@@ -21,6 +21,7 @@ RUN --mount=type=cache,target=/root/.cache \
|
|||||||
gunicorn==19.9.0 \
|
gunicorn==19.9.0 \
|
||||||
pymysql \
|
pymysql \
|
||||||
-r /tmp/requirements.txt \
|
-r /tmp/requirements.txt \
|
||||||
|
importlib-resources<6.0.0 \
|
||||||
&& apk del build-deps \
|
&& apk del build-deps \
|
||||||
&& adduser -S mailman
|
&& adduser -S mailman
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user