Charan5775 commited on
Commit
ca72eea
·
verified ·
1 Parent(s): a1c26b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # Use a specific stable version for reproducibility
2
  # As of the docs, current latest = 1.113.3
3
- FROM n8nio/n8n:1.114.2
4
 
5
  # Set timezone — both TZ and GENERIC_TIMEZONE are required for full effect
6
  # Default in n8n is America/New_York; change if needed (e.g., UTC, Asia/Shanghai)
 
1
  # Use a specific stable version for reproducibility
2
  # As of the docs, current latest = 1.113.3
3
+ FROM n8nio/n8n
4
 
5
  # Set timezone — both TZ and GENERIC_TIMEZONE are required for full effect
6
  # Default in n8n is America/New_York; change if needed (e.g., UTC, Asia/Shanghai)