diff --git a/build-images.sh b/build-images.sh index d91a4f7..bd42fbb 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.31.1" +N8N_VERSION="1.33.1" # Create a new empty container image container=$(buildah from scratch)