Skip to content

Commit

Permalink
chore(Dockerfile): enforce amd64 platform
Browse files Browse the repository at this point in the history
Running on an ARM architecture requires more updates to build successfully.
  • Loading branch information
gtempus committed Jul 25, 2024
1 parent dcd6059 commit f30c3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.10-slim
FROM --platform=linux/amd64 tiangolo/uvicorn-gunicorn-fastapi:python3.10-slim

# Optional build argument for different environments
ARG ENV
Expand Down

0 comments on commit f30c3b3

Please sign in to comment.