n8n-custom/Dockerfile
Sebastian Leheis 91a30021b7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added BUILDPLATFORM Arg -> Hope this helps
2025-03-29 13:49:30 +01:00

6 lines
156 B
Docker

ARG TARGETPLATFORM=linux/amd64
ARG BUILDPLATFORM=linux/amd64
FROM --platform=$TARGETPLATFORM n8nio/n8n:1.85.4
USER root
RUN apk --update add qpdf
USER node