diff --git a/images/production/Containerfile b/images/production/Containerfile index 050fec4b..9373e5c4 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -1,6 +1,6 @@ ARG PYTHON_VERSION=3.11.6 ARG DEBIAN_BASE=bookworm -FROM python:${PYTHON_VERSION}-slim-${DEBIAN_BASE} AS base +FROM --platform=$BUILDPLATFORM python:${PYTHON_VERSION}-slim-${DEBIAN_BASE} AS base ARG WKHTMLTOPDF_VERSION=0.12.6.1-3 ARG WKHTMLTOPDF_DISTRO=bookworm