aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2021-09-04 20:16:07 +0200
committerGravatar GitHub <[email protected]>2021-09-04 20:16:07 +0200
commit04949f18a1e32fde148b732f882fff39eebeff30 (patch)
treed16ffa9c4040d7a5f3b28e2913ae1dbc8e2da2b1
parentMerge pull request #580 from python-discord/jb3/ips-allowed-hosts (diff)
parentPin platform in Dockerfile (diff)
Merge pull request #581 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 7d1dab74..046e7f80 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.9.5-slim-buster
+FROM --platform=linux/amd64 python:3.9-slim-buster
# Allow service to handle stops gracefully
STOPSIGNAL SIGQUIT