n8n-custom/Dockerfile
sebleh 48baddcdb0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Changed to other platform syntax
The platform is now part of the image name. This should help Renovate to update only when the image on this platform is available.
2025-03-31 17:14:29 +02:00

4 lines
74 B
Docker

FROM amd64/n8nio/n8n:1.86.0
USER root
RUN apk --update add qpdf
USER node