Dockerfile aktualisiert
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 4m5s

fixed n8n version
This commit is contained in:
2026-03-24 22:33:45 +01:00
parent c9e37b2dce
commit b4803b0970

View File

@@ -20,7 +20,7 @@ RUN apt-get update -y && \
# Install n8n and the also temporary all the packages # Install n8n and the also temporary all the packages
# it needs to build it correctly. # it needs to build it correctly.
#RUN N8N_VERSION=$(curl -s https://api.github.com/repos/n8n-io/n8n/releases/latest | jq -r '.tag_name' | sed 's/^v//') && \ #RUN N8N_VERSION=$(curl -s https://api.github.com/repos/n8n-io/n8n/releases/latest | jq -r '.tag_name' | sed 's/^v//') && \
RUN N8N_VERSION=2.11.3 && \ RUN N8N_VERSION=n8n@2.11.3 && \
echo "Latest n8n version: ${N8N_VERSION}" && \ echo "Latest n8n version: ${N8N_VERSION}" && \
npm_config_user=root npm install -g \ npm_config_user=root npm install -g \
${N8N_VERSION} && \ ${N8N_VERSION} && \