Update docker.n8n.io/n8nio/n8n Docker tag to v1.35.0 #1

Merged
renovate merged 5 commits from renovate/docker.n8n.io-n8nio-n8n-1.x into main 2024-04-02 19:34:17 +02:00
2 changed files with 6 additions and 6 deletions

View file

@ -12,9 +12,9 @@ steps:
from_secret: REGISTRY_PASS
repo: git.ar21.de/sebleh/n8n-custom
tags: latest
platforms:
# platforms:
# - linux/arm64
- linux/amd64
# - linux/amd64
when:
branch:
@ -30,9 +30,9 @@ steps:
from_secret: REGISTRY_PASS
repo: git.ar21.de/sebleh/n8n-custom
tags: latest
platforms:
# platforms:
# - linux/arm64
- linux/amd64
# - linux/amd64
dry_run: true
when:
branch:

View file

@ -1,4 +1,4 @@
FROM docker.n8n.io/n8nio/n8n:1.34.1
FROM --platform=linux/amd64 n8nio/n8n:1.34.2
USER root
RUN apk --update add qpdf
USER node