From 48baddcdb0096edbdbf077a9d7c1ddfecce15f45 Mon Sep 17 00:00:00 2001 From: sebleh Date: Mon, 31 Mar 2025 17:14:29 +0200 Subject: [PATCH] Changed to other platform syntax The platform is now part of the image name. This should help Renovate to update only when the image on this platform is available. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index afd970b..0187d6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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