aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar mbaruh <[email protected]>2021-10-17 20:35:32 +0300
committerGravatar mbaruh <[email protected]>2021-10-17 20:35:32 +0300
commit2abab682e0a785ebc4b1c5d8cca7ffe0eb6e8dc8 (patch)
treeb043f6cc5936a86dde0ee4a692434b772bb4eb94 /Dockerfile
parentIndentation, type-hint, and documentation fixes (diff)
parentMerge pull request #1887 from python-discord/fix-guild-attr-error (diff)
Merge branch 'main' into cleanrework
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 \