diff options
| author | 2022-09-14 20:58:02 +0100 | |
|---|---|---|
| committer | 2022-09-14 20:58:02 +0100 | |
| commit | 15e0491a3ba533a2423d44b415de355d1152f84c (patch) | |
| tree | ec4d951b1a23713b35840d6db7d051c4a48750e0 /Dockerfile | |
| parent | Update docstrings & comment. (diff) | |
| parent | Merge branch 'main' into bot-2231-bug (diff) | |
Merge remote-tracking branch 'origin/bot-2231-bug' into bot-2231-bug
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 30bf8a361..5bb400658 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 python:3.9-slim +FROM --platform=linux/amd64 python:3.10-slim # Set pip to have no saved cache ENV PIP_NO_CACHE_DIR=false \ |