diff options
| author | Bobby <[email protected]> | 2022-07-18 10:37:47 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-07-18 10:37:47 +0530 |
| commit | 4aecdaa154552e8ca8811c51ddb775a83550a29b (patch) | |
| tree | d722358e981371ace56ae49a49740e0d940ff83d /Dockerfile | |
| parent | 31f1050179a3bcfdca14931cd4a11881477d528d (diff) | |
| download | thatcomputerscientist-4aecdaa154552e8ca8811c51ddb775a83550a29b.tar.xz thatcomputerscientist-4aecdaa154552e8ca8811c51ddb775a83550a29b.zip | |
Upgrade Python version
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -ARG PYTHON_VERSION=3.7 +ARG PYTHON_VERSION=3.9 FROM python:${PYTHON_VERSION} |
