Skip to content

Commit

Permalink
fix: use python-3.10
Browse files Browse the repository at this point in the history
3.11 is not compatible with aiohttp.
  • Loading branch information
igboyes committed Nov 17, 2022
1 parent afcbc14 commit c571e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN wget https://zlib.net/pigz/pigz-2.7.tar.gz && \
cd pigz-2.7 && \
make

FROM python:3.11.0-buster as jre
FROM python:3.10-buster as jre
RUN apt-get update && \
apt-get install -y --no-install-recommends default-jre && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit c571e05

Please sign in to comment.