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 18bee5b commit 73ba340Copy full SHA for 73ba340
Dockerfile
@@ -1,5 +1,5 @@
1
# Use a smaller base image for Python 3.12
2
-FROM python:3.12-slim AS base
+FROM --platform=linux/amd64 python:3.12-slim AS base
3
4
# Metadata about the image
5
LABEL authors="WasinUddy"
0 commit comments