aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-07-18 10:37:47 +0530
committerBobby <[email protected]>2022-07-18 10:37:47 +0530
commit4aecdaa154552e8ca8811c51ddb775a83550a29b (patch)
treed722358e981371ace56ae49a49740e0d940ff83d /Dockerfile
parent31f1050179a3bcfdca14931cd4a11881477d528d (diff)
downloadthatcomputerscientist-4aecdaa154552e8ca8811c51ddb775a83550a29b.tar.xz
thatcomputerscientist-4aecdaa154552e8ca8811c51ddb775a83550a29b.zip
Upgrade Python version
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1f8878aa..3c91da9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-ARG PYTHON_VERSION=3.7
+ARG PYTHON_VERSION=3.9
FROM python:${PYTHON_VERSION}