diff --git a/Dockerfile b/Dockerfile index 0e173247..077c8d69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ ARG BASE_IMAGE=debian:bookworm-slim ARG PHP_VERSION=8.4 ARG NODE_VERSION=22 +ARG TARGETARCH # Node.js build stage for building frontend assets # Use native platform for build stage as it's platform-independent diff --git a/Dockerfile-frankenphp b/Dockerfile-frankenphp index 7525fb12..ed3b2d11 100644 --- a/Dockerfile-frankenphp +++ b/Dockerfile-frankenphp @@ -1,4 +1,5 @@ ARG NODE_VERSION=22 +ARG TARGETARCH # Node.js build stage for building frontend assets # Use native platform for build stage as it's platform-independent