aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-02-27 15:33:06 +0000
committerGravatar Chris Lovering <[email protected]>2023-02-27 15:33:06 +0000
commitee578d528d4614a01e748db7356bf749eaf43740 (patch)
tree96e2a89b3df1259dfe3b233ee8e3c139579f445c /Dockerfile
parentUpdate GHCR org in CI (diff)
Build against both amd64 and arm64 architectures
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 606a5d5..8dda871 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
ARG python_version=3.11-slim
-FROM --platform=linux/amd64 python:$python_version
+FROM python:$python_version
# POETRY_VIRTUALENVS_IN_PROJECT is required to ensure in-projects venvs mounted from the host in dev
# don't get prioritised by `poetry run`