diff options
| author | 2021-09-06 01:59:51 +0200 | |
|---|---|---|
| committer | 2021-09-06 01:59:51 +0200 | |
| commit | dc95845567f8048261440b9da7ce6bca1a740822 (patch) | |
| tree | b84d32967a81e187e1e5277c2a51c699b8c8a871 /Dockerfile | |
| parent | Return 0 if search string has no a-z characters (diff) | |
| parent | Server command now uses correct TalentPool attr (#1810) (diff) | |
Merge remote-tracking branch 'upstream/main' into tag-groups
# Conflicts:
# bot/converters.py
# bot/exts/backend/error_handler.py
# bot/exts/info/source.py
# tests/bot/test_converters.py
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index c285898dc..30bf8a361 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.5-slim +FROM --platform=linux/amd64 python:3.9-slim # Set pip to have no saved cache ENV PIP_NO_CACHE_DIR=false \ |