Skip to content

Commit

Permalink
Update Python version in Docker to 3.8
Browse files Browse the repository at this point in the history
This brings Docker into line with the version we specify for Heroku.
  • Loading branch information
czlee committed Jan 1, 2022
1 parent 5c68911 commit db9b3a4
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 @@ -2,7 +2,7 @@
# run the application specified. docker-compose does not use this.

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

# Just needed for all things python (note this is setting an env variable)
ENV PYTHONUNBUFFERED 1
Expand Down

0 comments on commit db9b3a4

Please sign in to comment.