Skip to content

Commit

Permalink
upgrade n8n
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrol3001 committed Mar 29, 2024
1 parent f9e9e4e commit 039ad60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions n8n/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.1.4

# hadolint ignore=DL3006
FROM ${BUILD_FROM}
Expand All @@ -16,10 +16,6 @@ RUN apk add --no-cache --virtual .build-dependencies \
py3-pip \
python3-dev \
\
&& apk add --no-cache \
nodejs=20.8.1-r0 \
npm=9.6.6-r0 \
\
&& npm install "n8n@${N8N_VERSION}" -g \
\
&& npm cache clear --force \
Expand Down
4 changes: 2 additions & 2 deletions n8n/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
build_from:
amd64: ghcr.io/hassio-addons/base:14.2.2
aarch64: ghcr.io/hassio-addons/base:14.2.2
amd64: ghcr.io/hassio-addons/base-nodejs:0.1.4
aarch64: ghcr.io/hassio-addons/base-nodejs:0.1.4
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 039ad60

Please sign in to comment.