From 64b990a67ca5ce5a6822b3c3bcf52c93a9f97847 Mon Sep 17 00:00:00 2001 From: Sebastian Leheis Date: Tue, 2 Apr 2024 19:33:46 +0200 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ae15d1..ffe1efc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 docker.n8n.io/n8nio/n8n:1.34.2 +FROM --platform=linux/amd64 n8nio/n8n:1.34.2 USER root RUN apk --update add qpdf USER node