n8n-custom/Dockerfile
Renovate Bot 0b3b2e0b17
All checks were successful
continuous-integration/drone/push Build is passing
Update n8nio/n8n Docker tag to v1.78.0
2025-02-06 18:07:55 +00:00

4 lines
91 B
Docker

FROM --platform=linux/amd64 n8nio/n8n:1.78.0
USER root
RUN apk --update add qpdf
USER node