Skip to content

Commit

Permalink
chore(deps): update n8nio/n8n docker tag to v1.43.0 (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 05ee9aa commit e4c00b2
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.42.1",
"version": "1.43.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.42.1 # Docker image and version to use for n8n
image: n8nio/n8n:1.43.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 e4c00b2

Please sign in to comment.