Update docker.n8n.io/n8nio/n8n Docker tag to v1.35.0 #1
2 changed files with 6 additions and 6 deletions
10
.drone.yml
10
.drone.yml
|
@ -12,9 +12,9 @@ steps:
|
||||||
from_secret: REGISTRY_PASS
|
from_secret: REGISTRY_PASS
|
||||||
repo: git.ar21.de/sebleh/n8n-custom
|
repo: git.ar21.de/sebleh/n8n-custom
|
||||||
tags: latest
|
tags: latest
|
||||||
platforms:
|
# platforms:
|
||||||
# - linux/arm64
|
# - linux/arm64
|
||||||
- linux/amd64
|
# - linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
@ -30,9 +30,9 @@ steps:
|
||||||
from_secret: REGISTRY_PASS
|
from_secret: REGISTRY_PASS
|
||||||
repo: git.ar21.de/sebleh/n8n-custom
|
repo: git.ar21.de/sebleh/n8n-custom
|
||||||
tags: latest
|
tags: latest
|
||||||
platforms:
|
# platforms:
|
||||||
# - linux/arm64
|
# - linux/arm64
|
||||||
- linux/amd64
|
# - linux/amd64
|
||||||
dry_run: true
|
dry_run: true
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.n8n.io/n8nio/n8n:1.34.1
|
FROM --platform=linux/amd64 n8nio/n8n:1.34.2
|
||||||
USER root
|
USER root
|
||||||
RUN apk --update add qpdf
|
RUN apk --update add qpdf
|
||||||
USER node
|
USER node
|
||||||
|
|
Loading…
Reference in a new issue