diff --git a/Dockerfile-base b/Dockerfile-base index 7274849..123bfad 100644 --- a/Dockerfile-base +++ b/Dockerfile-base @@ -1,7 +1,7 @@ ############# ### base ### ############# -FROM python:3.9-slim-buster +FROM python:3.11-slim-buster LABEL \ org.opencontainers.image.title="BioSimulators-base" \