Skip to content

Commit

Permalink
Merge pull request #15 from UWIT-UE/erich-pversion
Browse files Browse the repository at this point in the history
bump python version to 3.10
  • Loading branch information
EricHorst authored Apr 27, 2023
2 parents ae2c0c8 + 6f69353 commit efa8e42
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
@@ -1,5 +1,5 @@

FROM python:3.7-slim
FROM python:3.10-slim

ENV PATH="/venv/bin:$PATH"
RUN python3 -m venv /venv
Expand Down

0 comments on commit efa8e42

Please sign in to comment.