From c6cf4011788b4650639f518fbeb657390f5ae8ae Mon Sep 17 00:00:00 2001 From: Sebastian Leheis Date: Sat, 29 Mar 2025 13:53:56 +0100 Subject: [PATCH] Removed Tragetplatform arg because not nessesary --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1cc862c..8cbda90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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