Skip to content

Commit

Permalink
Merge pull request #320 from DigitalSlideArchive/default-python
Browse files Browse the repository at this point in the history
Set default python to 3.9
  • Loading branch information
manthey authored Feb 19, 2024
2 parents f9fac33 + 191da86 commit 5428a7b
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.11 /opt/venv
RUN virtualenv --python 3.9 /opt/venv
ENV PATH="/opt/venv/bin:$PATH"

# Make sure core packages are up to date
Expand Down

0 comments on commit 5428a7b

Please sign in to comment.