Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
The platform is now part of the image name. This should help Renovate to update only when the image on this platform is available.
4 lines
74 B
Docker
4 lines
74 B
Docker
FROM amd64/n8nio/n8n:1.86.0
|
|
USER root
|
|
RUN apk --update add qpdf
|
|
USER node
|