Skip to content

Commit

Permalink
upgrade to v0.216.0 (sarveshpro#61)
Browse files Browse the repository at this point in the history
* Upgrade to v0.216.0
  • Loading branch information
sagararyal authored Feb 17, 2023
1 parent 61c58aa commit 35c4c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:lts-alpine

# pass N8N_VERSION Argument while building or use default
ARG N8N_VERSION=0.203.1
ARG N8N_VERSION=0.216.0

# Update everything and install needed dependencies
RUN apk add --update graphicsmagick tzdata
Expand Down
2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:lts-alpine

# pass N8N_VERSION Argument while building or use default
ARG N8N_VERSION=0.203.1
ARG N8N_VERSION=0.216.0

# Update everything and install needed dependencies
RUN apk add --update graphicsmagick tzdata
Expand Down

0 comments on commit 35c4c73

Please sign in to comment.