Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit c571e05

Browse files
committed
fix: use python-3.10
3.11 is not compatible with aiohttp.
1 parent afcbc14 commit c571e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN wget https://zlib.net/pigz/pigz-2.7.tar.gz && \
3737
cd pigz-2.7 && \
3838
make
3939

40-
FROM python:3.11.0-buster as jre
40+
FROM python:3.10-buster as jre
4141
RUN apt-get update && \
4242
apt-get install -y --no-install-recommends default-jre && \
4343
rm -rf /var/lib/apt/lists/* && \

0 commit comments

Comments
 (0)