Skip to content

Commit 73ba340

Browse files
committed
feat(Dockerfile): Specifying AMD64 Architecture
1 parent 18bee5b commit 73ba340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a smaller base image for Python 3.12
2-
FROM python:3.12-slim AS base
2+
FROM --platform=linux/amd64 python:3.12-slim AS base
33

44
# Metadata about the image
55
LABEL authors="WasinUddy"

0 commit comments

Comments
 (0)