diff options
author | 2021-09-04 20:22:45 +0200 | |
---|---|---|
committer | 2021-09-04 20:22:45 +0200 | |
commit | 8555311ca10952c1b864a83add072006cabe04bf (patch) | |
tree | 0233e6e363a72a3c22ec5a6965320fb857c077bf | |
parent | Update feature.yml (diff) | |
parent | Pin platform in Dockerfile (diff) |
Merge pull request #104 from python-discord/Pin-platform-in-Dockerfile
Pin platform in Dockerfile
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |