Skip to content

Commit

Permalink
Update docker python.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Oct 10, 2024
1 parent a39a9e6 commit ca1bb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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}" \
Expand Down

0 comments on commit ca1bb89

Please sign in to comment.