Skip to content

Commit

Permalink
Merge pull request #176 from HackSoc/update-deploy-python
Browse files Browse the repository at this point in the history
Upgrade Python in Docker image to 3.9
  • Loading branch information
alanbriolat committed Mar 27, 2021
2 parents 26dccf2 + eff956e commit 1d8c10b
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,4 +1,4 @@
FROM python:3.7
FROM python:3.9

ARG UID=9000
ARG GID=9000
Expand Down

0 comments on commit 1d8c10b

Please sign in to comment.