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