diff options
| author | 2021-08-27 14:40:06 +0300 | |
|---|---|---|
| committer | 2021-08-27 14:40:06 +0300 | |
| commit | 367cf10873bfb25ca44cbc1ef783e39a45444355 (patch) | |
| tree | 4197217e4a2d2a33deee7b72401af8316bb3b708 /Dockerfile | |
| parent | Fix references to kwarg after renaming in clean command (diff) | |
| parent | Added bot variables tag (#1784) (diff) | |
Merge branch 'main' into cleanrework
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index c285898dc..4d8592590 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.5-slim +FROM python:3.9-slim # Set pip to have no saved cache ENV PIP_NO_CACHE_DIR=false \ |