diff options
author | 2023-02-27 15:33:06 +0000 | |
---|---|---|
committer | 2023-02-27 15:33:06 +0000 | |
commit | ee578d528d4614a01e748db7356bf749eaf43740 (patch) | |
tree | 96e2a89b3df1259dfe3b233ee8e3c139579f445c /Dockerfile | |
parent | Update GHCR org in CI (diff) |
Build against both amd64 and arm64 architectures
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |