aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-09-09 18:45:43 +0100
committerGravatar GitHub <[email protected]>2021-09-09 18:45:43 +0100
commit9b094f6fb9493f252c8c7222548831523b9a7e94 (patch)
treea83361ec5e3a9d773ae0c56c9676466db14ea806 /Dockerfile
parentRefactor & simplifiy domain filter check (diff)
parentMerge pull request #1819 from python-discord/string-formatting-tag (diff)
Merge branch 'main' into Only-check-domain-filters-against-URL-like-parts-of-a-message
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 \