n8n-custom/Dockerfile
Renovate Bot c0596f3601
All checks were successful
continuous-integration/drone/push Build is passing
Update n8nio/n8n Docker tag to v1.56.2
2024-08-26 15:19:56 +00:00

4 lines
91 B
Docker

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