aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2021-09-06 01:59:51 +0200
committerGravatar Numerlor <[email protected]>2021-09-06 01:59:51 +0200
commitdc95845567f8048261440b9da7ce6bca1a740822 (patch)
treeb84d32967a81e187e1e5277c2a51c699b8c8a871 /Dockerfile
parentReturn 0 if search string has no a-z characters (diff)
parentServer 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--Dockerfile2
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 \