aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2021-09-04 20:22:45 +0200
committerGravatar GitHub <[email protected]>2021-09-04 20:22:45 +0200
commit8555311ca10952c1b864a83add072006cabe04bf (patch)
tree0233e6e363a72a3c22ec5a6965320fb857c077bf
parentUpdate feature.yml (diff)
parentPin platform in Dockerfile (diff)
Merge pull request #104 from python-discord/Pin-platform-in-Dockerfile
Pin platform in Dockerfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b59110c..ec62a8c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.9-slim
+FROM --platform=linux/amd64 python:3.9-slim
# Allow service to handle stops gracefully
STOPSIGNAL SIGQUIT