Skip to content

Commit

Permalink
Upgrade Python in Docker image to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbriolat committed Mar 27, 2021
1 parent 26dccf2 commit eff956e
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 eff956e

Please sign in to comment.