Changed to other platform syntax
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.
This commit is contained in:
Sebastian Leheis 2025-03-31 17:14:29 +02:00
parent d6c8bdc4be
commit 48baddcdb0

View file

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