Skip to content

Commit

Permalink
Merge pull request #324 from DigitalSlideArchive/python-311
Browse files Browse the repository at this point in the history
Switch the base docker image to use Python 3.11
  • Loading branch information
manthey committed Mar 8, 2024
2 parents b42318f + c0c87cd commit 77e9cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN curl -LJ https://github.com/krallin/tini/releases/download/v0.19.0/tini -o /
chmod +x /usr/bin/tini

# Make a virtualenv with our preferred python
RUN virtualenv --python 3.9 /opt/venv
RUN virtualenv --python 3.11 /opt/venv
ENV PATH="/opt/venv/bin:$PATH"

# Make sure core packages are up to date
Expand Down

0 comments on commit 77e9cfe

Please sign in to comment.