diff --git a/src/n8n/src/compose.yaml b/src/n8n/src/compose.yaml index 7f6fd07..8413c4a 100644 --- a/src/n8n/src/compose.yaml +++ b/src/n8n/src/compose.yaml @@ -1,6 +1,6 @@ services: n8n: - image: n8nio/n8n:2.34.0@sha256:d92b370360f8af2ea8ea344d3fd70853a575a7afb568472930c82cd138fe0757 + image: n8nio/n8n:2.34.6@sha256:f5140088385af2d4e681e177d8264bcb41e8fe126062030c5c65cd8f3e1605e1 depends_on: n8n-init: condition: service_completed_successfully @@ -30,7 +30,7 @@ services: # service_completed_successfully and the n8n service (which depends on that) # is stuck Created forever. n8n-init: - image: n8nio/n8n:2.34.0@sha256:d92b370360f8af2ea8ea344d3fd70853a575a7afb568472930c82cd138fe0757 + image: n8nio/n8n:2.34.6@sha256:f5140088385af2d4e681e177d8264bcb41e8fe126062030c5c65cd8f3e1605e1 restart: "no" user: "0:0" entrypoint: ["/bin/sh", "-c"]