From 6124aa06c21441b13452e991da83a55ab5dfda0a Mon Sep 17 00:00:00 2001 From: Martin Bhuong Date: Fri, 2 Feb 2024 17:02:11 +0100 Subject: [PATCH] update n8n --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index a774955..cd23ccd 100644 --- a/build-images.sh +++ b/build-images.sh @@ -14,7 +14,7 @@ images=() repobase="${REPOBASE:-ghcr.io/compgeniuses}" # Configure the image name reponame="n8n" -n8n_version="1.27.1" +n8n_version="1.27.2" # Create a new empty container image container=$(buildah from scratch)