Renovate Bot
f9c72ac2b7
All checks were successful
continuous-integration/drone/push Build is passing
4 lines
91 B
Docker
4 lines
91 B
Docker
FROM --platform=linux/amd64 n8nio/n8n:1.59.0
|
|
USER root
|
|
RUN apk --update add qpdf
|
|
USER node
|