aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar mbaruh <[email protected]>2021-08-27 14:40:06 +0300
committerGravatar mbaruh <[email protected]>2021-08-27 14:40:06 +0300
commit367cf10873bfb25ca44cbc1ef783e39a45444355 (patch)
tree4197217e4a2d2a33deee7b72401af8316bb3b708 /Dockerfile
parentFix references to kwarg after renaming in clean command (diff)
parentAdded bot variables tag (#1784) (diff)
Merge branch 'main' into cleanrework
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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 \