Updated Platform tag to Var
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Sebastian Leheis 2025-03-29 13:39:16 +01:00
parent 0ef9e7a759
commit 096337ad80
Signed by: sebleh
GPG key ID: 423BA83CB094FAE3

View file

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