aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2021-08-16 00:24:09 +0300
committerGravatar GitHub <[email protected]>2021-08-16 00:24:09 +0300
commita2cbf0a4d3eb7599fb60fa735343ee05faace740 (patch)
tree18dd0cfcefd9f6674b29758b46bc27e7892acbe7 /Dockerfile
parentMerge branch 'mbaruh/jam-management' of https://github.com/python-discord/bot... (diff)
parentMerge pull request #1745 from python-discord/fix-nomination-archive-check (diff)
Merge branch 'main' into mbaruh/jam-management
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 \