aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-08-24 14:09:47 +0200
committerGravatar GitHub <[email protected]>2021-08-24 14:09:47 +0200
commit6098a47056d4e5698adb47e87e373c0f3e19fe3a (patch)
treef11ac27f95db06d9638a5df8a1fe4e560504159a /Dockerfile
parentEnable debug mode by default (diff)
parentMerge pull request #1775 from python-discord/TizzySaurus-patch-1 (diff)
Merge branch 'main' into enhance/1683/restrict-int-eval
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 \