From ca1bb8912c62abae1270e3b5d3c889512cd4876f Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Thu, 10 Oct 2024 14:04:52 -0700 Subject: [PATCH] Update docker python. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b6b708e..f245b1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # -o /root/out # Base OS -FROM python:3.9-slim-buster +FROM python:3.11-slim-buster ARG VERSION="0.1.25" ARG SIMULATOR_VERSION="2.2.10" @@ -29,7 +29,7 @@ LABEL \ org.opencontainers.image.vendor="BioSimulators Team" \ org.opencontainers.image.licenses="Apache-2.0" \ \ - base_image="python:3.9-slim-buster" \ + base_image="python:3.11-slim-buster" \ version="${VERSION}" \ software="tellurium" \ software.version="${SIMULATOR_VERSION}" \