From 57cce9b8e2a32e494743a3ca38ee6884f56f036f Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Tue, 3 Feb 2026 11:14:02 +0100 Subject: [PATCH] =?UTF-8?q?up=C3=BCdated=20base=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 247b6a5..e0c43c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22-bookworm-slim +FROM node:lts-bookworm-slim @@ -15,7 +15,8 @@ RUN apt-get update -y && \ sed \ python3 \ ca-certificates \ - build-essential + build-essential \ + rm -rf /var/lib/apt/lists/* # Install n8n and the also temporary all the packages # it needs to build it correctly.