Downgrade Python version to match Python current Ubuntu LTS package version

This commit is contained in:
Patrick Jentsch 2023-01-25 16:03:09 +01:00
parent 97bba2498b
commit 75df6cafa8

View File

@ -1,4 +1,4 @@
FROM python:3.9.15-slim-bullseye
FROM python:3.8.10-slim-buster
LABEL authors="Patrick Jentsch <p.jentsch@uni-bielefeld.de>"