Skip to content

Commit

Permalink
Merge pull request sarveshpro#10 from sarveshwarge/develop
Browse files Browse the repository at this point in the history
n8n version 0.65.0
  • Loading branch information
sarveshpro authored May 2, 2020
2 parents 5a2faac + f6f6ea2 commit 276b503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:12.16-alpine
FROM node:lts-alpine

# pass N8N_VERSION Argument while building or use default
ARG N8N_VERSION=0.62.1
ARG N8N_VERSION=0.65.0

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

0 comments on commit 276b503

Please sign in to comment.