Skip to content

Commit

Permalink
v 1.1.1 (#65)
Browse files Browse the repository at this point in the history
* [auto-upgrade] Dockerfile - 1.1.1
  • Loading branch information
sagararyal committed Aug 8, 2023
1 parent b3b3ccd commit 78cacfb
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
Expand Up @@ -2,7 +2,7 @@ FROM node:lts-alpine

# pass N8N_VERSION Argument while building or use default

ARG N8N_VERSION=0.236.3
ARG N8N_VERSION=1.1.1

# 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
Expand Up @@ -2,7 +2,7 @@ FROM node:lts-alpine

# pass N8N_VERSION Argument while building or use default

ARG N8N_VERSION=0.236.3
ARG N8N_VERSION=1.1.1

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

0 comments on commit 78cacfb

Please sign in to comment.