downgrade python to v3.10.13

This commit is contained in:
Patrick Jentsch 2023-10-04 13:48:32 +02:00
parent 068211a72b
commit f36600f06c

View File

@ -1,4 +1,4 @@
FROM python:3.11.5-slim-bookworm
FROM python:3.10.13-slim-bookworm
LABEL authors="Patrick Jentsch <p.jentsch@uni-bielefeld.de>"