diff options
| author | 2021-10-05 22:42:24 +0100 | |
|---|---|---|
| committer | 2021-10-05 22:42:24 +0100 | |
| commit | 9baf7bdb5d550eca735d6b3bcd5578126831d23a (patch) | |
| tree | c45e74563ee82dffd344d63a4371989c99946464 /Dockerfile | |
| parent | Use `isinstance` instead of `hasattr` to determine if `Member` (diff) | |
| parent | Merge pull request #1854 from python-discord/minor-changes-to-typing-patch (diff) | |
Merge branch 'main' into ignore-infra-mods-errors
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
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 \ |