n8n-custom/Dockerfile
Sebastian Leheis 096337ad80
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Updated Platform tag to Var
2025-03-29 13:39:16 +01:00

5 lines
126 B
Docker

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