Removed Tragetplatform arg because not nessesary
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Sebastian Leheis 2025-03-29 13:53:56 +01:00
parent 91a30021b7
commit c6cf401178
Signed by: sebleh
GPG key ID: 423BA83CB094FAE3

View file

@ -1,6 +1,5 @@
ARG TARGETPLATFORM=linux/amd64
ARG BUILDPLATFORM=linux/amd64
FROM --platform=$TARGETPLATFORM n8nio/n8n:1.85.4
FROM --platform=$BUILDPLATFORM n8nio/n8n:1.85.4
USER root
RUN apk --update add qpdf
USER node