upüdated base image
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 2m1s

This commit is contained in:
Tobias Lehmann
2026-02-03 11:14:02 +01:00
parent 2853e92fbb
commit 57cce9b8e2

View File

@@ -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.