aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Shivansh-007 <[email protected]>2021-10-19 05:33:18 +0530
committerGravatar Shivansh-007 <[email protected]>2021-10-19 05:33:18 +0530
commit16fe94c94858d2238ff71c199ac1fcbf966ab505 (patch)
treebd815cc0170343c87b74ed2a5570a21c048b425c /Dockerfile
parentFix bugs when scheduling from cache (diff)
parentMerge pull request #1890 from python-discord/Migrate-to-socket_event_type (diff)
Merge remote-tracking branch 'upstream/main' into modpings-schedule
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c285898dc..30bf8a361 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.9.5-slim
+FROM --platform=linux/amd64 python:3.9-slim
# Set pip to have no saved cache
ENV PIP_NO_CACHE_DIR=false \