diff options
| -rw-r--r-- | Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
|  | index : site | |
| A mirrored copy of the python-discord/site repository. | 
| aboutsummaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | Dockerfile | 2 | 
| @@ -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 |