Skip to content

Commit

Permalink
Bump Python to 3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
czlee committed Jan 3, 2022
1 parent 4b4700a commit bcedada
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.6
3.9.9
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# run the application specified. docker-compose does not use this.

# Grab a python image
FROM python:3.8
FROM python:3.9

# Just needed for all things python (note this is setting an env variable)
ENV PYTHONUNBUFFERED 1
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.8.6
python-3.9.9

0 comments on commit bcedada

Please sign in to comment.