diff options
author | 2021-09-04 20:09:55 +0200 | |
---|---|---|
committer | 2021-09-04 20:09:55 +0200 | |
commit | 18dd2fc7c63f526375114fa7fdca57921d2e27a1 (patch) | |
tree | fea36075492028f742200c6722ee2523b8a074bd | |
parent | Merge pull request #844 from python-discord/jb3/update-k8s-path (diff) | |
parent | Pin platform in Dockerfile (diff) |
Merge pull request #845 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 # Set pip to have cleaner logs and no saved cache ENV PIP_NO_CACHE_DIR=false \ |