aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar mathstrains21 <[email protected]>2021-09-25 17:32:53 +0100
committerGravatar GitHub <[email protected]>2021-09-25 17:32:53 +0100
commit9abea85050912f67839e053c96af0302cb6abefb (patch)
treec191bbacfbf7b408b4a45d76fcbbd6ee5cdfc6e3 /Dockerfile
parentMerge branch 'patreon' of https://github.com/mathstrains21/bot into patreon (diff)
parentMerge pull request #1846 from python-discord/suppress-notfound-messages-on-de... (diff)
Merge branch 'python-discord:main' into patreon
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4d8592590..30bf8a361 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.9-slim
+FROM --platform=linux/amd64 python:3.9-slim
# Set pip to have no saved cache
ENV PIP_NO_CACHE_DIR=false \