added platform
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Leheis 2024-04-01 23:34:34 +02:00
parent 4529a5358f
commit 130a118c85
Signed by: sebleh
GPG key ID: 423BA83CB094FAE3

View file

@ -1,4 +1,4 @@
FROM docker.n8n.io/n8nio/n8n:1.34.1 FROM --platform=linux/amd64 docker.n8n.io/n8nio/n8n:1.34.1
USER root USER root
RUN apk --update add qpdf RUN apk --update add qpdf
USER node USER node