We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6419b01 commit b0a37e3Copy full SHA for b0a37e3
Dockerfile
@@ -2,7 +2,7 @@
2
# python-base
3
# Set up shared environment variables
4
################################
5
-FROM --platform=amd64 python:3.11 AS python-base
+FROM python:3.11 AS python-base
6
7
# Poetry
8
# https://python-poetry.org/docs/configuration/#using-environment-variables
0 commit comments