diff options
| author | 2021-09-25 17:32:53 +0100 | |
|---|---|---|
| committer | 2021-09-25 17:32:53 +0100 | |
| commit | 9abea85050912f67839e053c96af0302cb6abefb (patch) | |
| tree | c191bbacfbf7b408b4a45d76fcbbd6ee5cdfc6e3 /Dockerfile | |
| parent | Merge branch 'patreon' of https://github.com/mathstrains21/bot into patreon (diff) | |
| parent | Merge 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-- | 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 \ |