Skip to content

Commit

Permalink
chore(deps): update n8nio/n8n docker tag to v1.42.0 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 16, 2024
1 parent 4de3195 commit 4f7a5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/n8n/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "n8n",
"version": "1.41.0",
"version": "1.42.0",
"image": "n8nio/n8n",
"youtube": "",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion Apps/n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
# Service configuration for the n8n application
app:
container_name: n8n # Name of the n8n container
image: n8nio/n8n:1.41.0 # Docker image and version to use for n8n
image: n8nio/n8n:1.42.0 # Docker image and version to use for n8n
restart: unless-stopped # Restart policy: Restart unless manually stopped
ports:
- 5678:5678 # Port mapping between host and container
Expand Down

0 comments on commit 4f7a5e0

Please sign in to comment.