diff options
| author | 2021-09-09 18:45:43 +0100 | |
|---|---|---|
| committer | 2021-09-09 18:45:43 +0100 | |
| commit | 9b094f6fb9493f252c8c7222548831523b9a7e94 (patch) | |
| tree | a83361ec5e3a9d773ae0c56c9676466db14ea806 /Dockerfile | |
| parent | Refactor & simplifiy domain filter check (diff) | |
| parent | Merge 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-- | 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 \ | 
